|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
cmake_minimum_required(VERSION 3.9) |
|
|
cmake_minimum_required(VERSION 3.9) |
|
|
# Keep the version below in sync with the one in db.h |
|
|
# Keep the version below in sync with the one in db.h |
|
|
project(leveldb VERSION 1.21.0 LANGUAGES C CXX) |
|
|
|
|
|
|
|
|
project(leveldb VERSION 1.22.0 LANGUAGES C CXX) |
|
|
|
|
|
|
|
|
# This project can use C11, but will gracefully decay down to C89. |
|
|
# This project can use C11, but will gracefully decay down to C89. |
|
|
set(CMAKE_C_STANDARD 11) |
|
|
set(CMAKE_C_STANDARD 11) |
|
|