Skip to content

Commit 8c2909a

Browse files
committed
Fix a typo in the previous cset
1 parent d63fcbc commit 8c2909a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/rocksdb/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ IF(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
5555
ENDIF()
5656
SET(CXX11_FLAGS "-std=c++11")
5757
IF (GCC_VERSION VERSION_LESS 5.0)
58-
SET(CXX11_FLAGS "-Wno-missing-field-initializers")
58+
SET(CXX11_FLAGS "-std=c++11 -Wno-missing-field-initializers")
5959
ENDIF()
6060
ELSEIF (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
6161
IF ((CMAKE_CXX_COMPILER_VERSION AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.3) OR

0 commit comments

Comments
 (0)