Skip to content

Commit d29bb28

Browse files
committed
really fix cmake
1 parent 9655804 commit d29bb28

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
@@ -12,7 +12,7 @@ add_library(gl_validation_layer
1212

1313
target_include_directories(gl_validation_layer PUBLIC include/)
1414

15-
if (${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang" OR ${CMAKE_CXX_COMPILER_ID} STREQUAL"GCC")
15+
if ((${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang") OR (${CMAKE_CXX_COMPILER_ID} STREQUAL "GCC"))
1616
target_compile_options(gl_validation_layer PRIVATE -Wall -Werror
1717
-Wno-c++98-compat
1818
-Wno-c++98-compat-pedantic

0 commit comments

Comments
 (0)