Browse Source

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

Robert MacGregor 3 years ago
parent
commit
46b2cc9b53
1 changed files with 1 additions and 1 deletions
  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")