Skip to content

Commit 60bd445

Browse files
committed
CMakeLists.txt fixed
1 parent dac7404 commit 60bd445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ else()
8080
target_link_options(cpputils PRIVATE -fuse-ld=gold)
8181

8282
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
83-
target_compile_options(-fconcepts)
83+
target_compile_options(cpputils PRIVATE -fconcepts)
8484
endif()
8585

8686
# Add defines based on configuration

0 commit comments

Comments
 (0)