Explorar el Código

Bump to the *real* minimum required version. Setting CMP0022 breaks CMake versions < 2.8.12

Walter Gray hace 9 años
padre
commit
c57c6eabf7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cmake/CMakeLists.txt

+ 1 - 1
cmake/CMakeLists.txt

@@ -1,5 +1,5 @@
 # Minimum CMake required
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 2.8.12)
 
 # Project
 project(protobuf C CXX)