We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dac7404 commit 60bd445Copy full SHA for 60bd445
CMakeLists.txt
@@ -80,7 +80,7 @@ else()
80
target_link_options(cpputils PRIVATE -fuse-ld=gold)
81
82
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
83
- target_compile_options(-fconcepts)
+ target_compile_options(cpputils PRIVATE -fconcepts)
84
endif()
85
86
# Add defines based on configuration
0 commit comments