diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 858e6a02f..5a95b9166 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0) +cmake_minimum_required(VERSION 3.10.0) project(deps) set(protobuf_BUILD_TESTS OFF CACHE BOOL "Build tests") diff --git a/deps/protobuf/cmake/CMakeLists.txt b/deps/protobuf/cmake/CMakeLists.txt index 51e8478f6..d7ad6a5e2 100644 --- a/deps/protobuf/cmake/CMakeLists.txt +++ b/deps/protobuf/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ # Minimum CMake required -cmake_minimum_required(VERSION 3.1.3) +cmake_minimum_required(VERSION 3.5.0) if(protobuf_VERBOSE) message(STATUS "Protocol Buffers Configuring...")