Lower minimum CMake version to 3.5 (#9580)

We tried increasing it to 3.10, but that turned out to be too high since
gRPC still supports 3.5.1.
pull/9590/head
Adam Cozzette 3 years ago committed by GitHub
parent 388df0041a
commit 23e7cfd54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmake/CMakeLists.txt

@ -1,5 +1,5 @@
# Minimum CMake required
cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.5)
if(protobuf_VERBOSE)
message(STATUS "Protocol Buffers Configuring...")

Loading…
Cancel
Save