Allow build with cmake 4.0.0

Update the min version to match parent CMakeLists.txt 3.9...3.12
This commit is contained in:
Rudi Heitbaum
2025-03-28 23:14:48 +11:00
committed by GitHub
parent 41a55cfced
commit 42864e12b0

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)
if(POLICY CMP0075)
cmake_policy(SET CMP0075 NEW)