Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Aug 22, 2022
1 parent 53d406d commit 81d633f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/utils/RAFTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ macro(raf_test TESTNAME)
${RAF_BACKEND_LINK_LIBS}
)
target_compile_options(${TESTNAME} PRIVATE ${RAF_CXX_FLAGS})
target_compile_features(${TESTNAME} PRIVATE cxx_std_14)
target_compile_features(${TESTNAME} PRIVATE cxx_std_17)
set_target_properties(${TESTNAME} PROPERTIES
CXX_STANDARD 14
CXX_STANDARD_REQUIRED ON
Expand Down

0 comments on commit 81d633f

Please sign in to comment.