Upgrade ACSVM cmake version to 3.14 to unbreak cmake 4.0 build

This commit is contained in:
Eidolon 2025-03-30 15:51:05 -05:00
parent 9880643df1
commit 138d27f1b4

View file

@ -10,7 +10,7 @@
## ##
##----------------------------------------------------------------------------- ##-----------------------------------------------------------------------------
cmake_minimum_required(VERSION 2.6) cmake_minimum_required(VERSION 3.14)
cmake_policy(SET CMP0017 NEW) cmake_policy(SET CMP0017 NEW)