From dd2b57f2b9fbb806b51d8f5810210f6c681a4099 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 7 Apr 2024 21:31:49 +0200 Subject: [PATCH] Update CMakeLists.txt Update minimum version of cmake --- code/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 28e2d40c6..0a7be6247 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -42,7 +42,7 @@ # 3) Add libassimp using the file lists (eliminates duplication of file names between # source groups and library command) # -cmake_minimum_required( VERSION 3.10 ) +cmake_minimum_required( VERSION 3.22 ) SET( HEADER_PATH ../include/assimp ) if(NOT ANDROID AND ASSIMP_ANDROID_JNIIOSYSTEM)