Browse Source

Upgrade CMake to version 3.30

Patrick-Christopher Mattulat 2 months ago
parent
commit
c01944b933
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -10,7 +10,7 @@
 # Basic
 ##########################################################
 
-cmake_minimum_required(VERSION 3.17)
+cmake_minimum_required(VERSION 3.30)
 project(ls-std VERSION 2024.1.0.0)
 
 set(MODULE_NAME_BOXING ls-std-boxing)