mirror of
https://github.com/google/leveldb.git
synced 2025-06-08 02:12:42 +08:00
Merge a44be79850
into ac691084fd
This commit is contained in:
commit
a313feafd2
@ -13,7 +13,7 @@ if(NOT CMAKE_C_STANDARD)
|
|||||||
set(CMAKE_C_STANDARD_REQUIRED OFF)
|
set(CMAKE_C_STANDARD_REQUIRED OFF)
|
||||||
set(CMAKE_C_EXTENSIONS OFF)
|
set(CMAKE_C_EXTENSIONS OFF)
|
||||||
endif(NOT CMAKE_C_STANDARD)
|
endif(NOT CMAKE_C_STANDARD)
|
||||||
|
Jawwad Ahsan
|
||||||
# C++ standard can be overridden when this is used as a sub-project.
|
# C++ standard can be overridden when this is used as a sub-project.
|
||||||
if(NOT CMAKE_CXX_STANDARD)
|
if(NOT CMAKE_CXX_STANDARD)
|
||||||
# This project requires C++11.
|
# This project requires C++11.
|
||||||
|
Loading…
Reference in New Issue
Block a user