Skip to content
Snippets Groups Projects
Verified Commit 42b402ba authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Double-fixed cmake warning flags

parent 4cc6164c
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ set(vkcv_flags ${CMAKE_CXX_FLAGS})
if (vkcv_build_debug)
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
set(vkcv_flags ${vkcv_flags} " -Weverything")
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
set(vkcv_flags ${vkcv_flags} " -Wextra -Wall -pedantic")
else()
set(vkcv_flags ${vkcv_flags} " -Wall")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment