Преглед изворни кода

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

Walter Gray пре 9 година
родитељ
комит
c57c6eabf7
1 измењених фајлова са 1 додато и 1 уклоњено
  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)