Add CMake max-policy version

This attempts to insulate projects from changes in future versions of
CMake.
This commit is contained in:
Dan Dennedy
2025-04-03 09:44:34 -07:00
committed by Jaromil
parent 31efba74b2
commit eb9e96d200

View File

@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.5)
cmake_minimum_required (VERSION 3.12...3.31)
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)