Skip to content

Commit eb1f814

Browse files
Fixing typo for warning settings in cmake
1 parent 368dd65 commit eb1f814

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
@@ -206,7 +206,7 @@ else()
206206
"-Wno-switch"
207207
"-Wno-gnu-zero-variadic-macro-arguments"
208208
"-Wextra"
209-
"-pedantic")
209+
"-Wpedantic")
210210
if (RUNCPP2_WARNINGS_AS_ERRORS)
211211
list(APPEND RUNCPP2_STANDARD_COMPILE_FLAGS "-Werror")
212212
endif()

0 commit comments

Comments
 (0)