Browse Source

Update CMakeLists.txt

Update CMake minimum version to 3.24

Signed-off-by: Carl Domingo <[email protected]>
Carl Domingo 2 years ago
parent
commit
46bfadc2c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -1,6 +1,6 @@
 
 
 if(NOT PROJECT_NAME)
 if(NOT PROJECT_NAME)
-    cmake_minimum_required(VERSION 3.20)
+    cmake_minimum_required(VERSION 3.24)
     include(cmake/EngineFinder.cmake OPTIONAL)
     include(cmake/EngineFinder.cmake OPTIONAL)
     find_package(o3de REQUIRED)
     find_package(o3de REQUIRED)
     project(ThirdPersonTemplate
     project(ThirdPersonTemplate