Skip to content
Permalink
Browse files
Fix a typo in the previous cset
  • Loading branch information
spetrunia committed Sep 4, 2020
1 parent d63fcbc commit 8c2909a
Showing 1 changed file with 1 addition and 1 deletion.
@@ -55,7 +55,7 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
ENDIF()
SET(CXX11_FLAGS "-std=c++11")
IF (GCC_VERSION VERSION_LESS 5.0)
SET(CXX11_FLAGS "-Wno-missing-field-initializers")
SET(CXX11_FLAGS "-std=c++11 -Wno-missing-field-initializers")
ENDIF()
ELSEIF (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
IF ((CMAKE_CXX_COMPILER_VERSION AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.3) OR

0 comments on commit 8c2909a

Please sign in to comment.