Merge pull request #888 from heitbaum/patch-1

Allow build with cmake 4.0.0
This commit is contained in:
Eric Hawicz
2025-07-08 21:06:25 -04:00
committed by GitHub

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)