We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9655804 commit d29bb28Copy full SHA for d29bb28
CMakeLists.txt
@@ -12,7 +12,7 @@ add_library(gl_validation_layer
12
13
target_include_directories(gl_validation_layer PUBLIC include/)
14
15
-if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL"GCC")
+if ((${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") OR (${CMAKE_CXX_COMPILER_ID} STREQUAL "GCC"))
16
target_compile_options(gl_validation_layer PRIVATE -Wall -Werror
17
-Wno-c++98-compat
18
-Wno-c++98-compat-pedantic
0 commit comments