Skip to content

Commit

Permalink
remove -fconcepts
Browse files Browse the repository at this point in the history
  • Loading branch information
luk036 committed May 16, 2024
1 parent 996db45 commit 2278351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set_target_properties(${PROJECT_NAME}Tests PROPERTIES CXX_STANDARD 17)

# enable compiler warnings
if(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
target_compile_options(${PROJECT_NAME} INTERFACE -fconcepts -Wall -Wpedantic -Wextra -Werror)
target_compile_options(${PROJECT_NAME} INTERFACE -Wall -Wpedantic -Wextra -Werror)
elseif(MSVC)
target_compile_options(${PROJECT_NAME} INTERFACE /W4 /WX /wd4996)
target_compile_definitions(${PROJECT_NAME}Tests INTERFACE DOCTEST_CONFIG_USE_STD_HEADERS)
Expand Down

0 comments on commit 2278351

Please sign in to comment.