Skip to content

Commit dd7523d

Browse files
committed
CMakeLists.txt
1 parent 8f8a568 commit dd7523d

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
@@ -68,7 +68,7 @@ if(MSVC)
6868
WIN32_LEAN_AND_MEAN
6969
NOMINMAX
7070
)
71-
else()
71+
elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
7272
# Unix-like specific flags
7373
target_compile_options(cpputils PRIVATE
7474
-std=c++2b

0 commit comments

Comments
 (0)