Browse Source

Update CMakeLists.txt

Update minimum version of cmake
Kim Kulling 1 year ago
parent
commit
dd2b57f2b9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/CMakeLists.txt

+ 1 - 1
code/CMakeLists.txt

@@ -42,7 +42,7 @@
 # 3) Add libassimp using the file lists (eliminates duplication of file names between
 # 3) Add libassimp using the file lists (eliminates duplication of file names between
 #    source groups and library command)
 #    source groups and library command)
 #
 #
-cmake_minimum_required( VERSION 3.10 )
+cmake_minimum_required( VERSION 3.22 )
 SET( HEADER_PATH ../include/assimp )
 SET( HEADER_PATH ../include/assimp )
 
 
 if(NOT ANDROID AND ASSIMP_ANDROID_JNIIOSYSTEM)
 if(NOT ANDROID AND ASSIMP_ANDROID_JNIIOSYSTEM)