mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
Fix a typo in the previous cset
This commit is contained in:
parent
d63fcbc2f0
commit
8c2909a2a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue