CMake: sync minimum version

This commit is contained in:
Guilhem Saurel
2025-08-06 22:09:34 +02:00
parent bf92456789
commit 8af05ab785

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8) # see ../CMakeLists.txt for why 2.8
cmake_minimum_required(VERSION 3.9...3.12) # see ../CMakeLists.txt for why
if(POLICY CMP0075)
cmake_policy(SET CMP0075 NEW)