Explorar el Código

cmake: Minimum CMake version is now 2.8.12.

Ryan C. Gordon hace 7 años
padre
commit
f5458fbc6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -9,7 +9,7 @@
 #  compile, using preprocessor checks for platform-specific bits instead of
 #  testing in here.
 
-cmake_minimum_required(VERSION 2.8.4)
+cmake_minimum_required(VERSION 2.8.12)
 
 project(PhysicsFS)
 set(PHYSFS_VERSION 3.0.2)