Skip to content

Commit

Permalink
try to fix sycl CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alifahrri committed Nov 2, 2024
1 parent 220d320 commit 9f9bb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utility/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ add_test(
NAME ${PROJECT_NAME}-doctest
COMMAND ${PROJECT_NAME}-doctest
)
target_compile_features(${PROJECT_NAME}-doctest PRIVATE cxx_std_17)
target_compile_options(${PROJECT_NAME}-doctest PRIVATE -std=c++17)
if (doctest_FOUND)
target_link_libraries(${PROJECT_NAME}-doctest PRIVATE doctest::doctest)
endif()
Expand Down

0 comments on commit 9f9bb56

Please sign in to comment.