Browse Source

Increase CMake minumum version to 3.15 [cache clear] (#2949)

1vanK 3 years ago
parent
commit
cc0346f39b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -2,7 +2,7 @@
 # License: MIT
 
 # Set CMake minimum version
-cmake_minimum_required (VERSION 3.10.2)
+cmake_minimum_required (VERSION 3.15)
 
 # Set project name
 project (Urho3D)