Explorar el Código

* [CMake] Adjustment: Set minimum version to 3.10.2.

Robert MacGregor hace 4 años
padre
commit
46b2cc9b53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1,4 +1,4 @@
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.10.2)
 
 
 set(TORQUE_APP_NAME "" CACHE STRING "the app name")
 set(TORQUE_APP_NAME "" CACHE STRING "the app name")