Skip to content

Commit ef7b3d2

Browse files
committed
fixup
1 parent f2ed208 commit ef7b3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ if(MSVC)
8383
list(APPEND _picky "-W4") # Use the highest warning level for Visual Studio.
8484
elseif(CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID MATCHES "Clang")
8585
if(CMAKE_C_COMPILER_ID MATCHES "Clang")
86-
set(_picky_enable "-Wextra")
86+
set(_picky "-Wextra")
8787
else()
88-
set(_picky_enable "-W")
88+
set(_picky "-W")
8989
endif()
9090

9191
list(APPEND _picky -Wall -pedantic)

0 commit comments

Comments
 (0)