This commit is contained in:
Rudi Heitbaum 2025-05-14 13:39:48 -06:00 committed by GitHub
commit d15e4ae697
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
if (NOT DEFINED RUN_TEST_SUITE)
option (RUN_TEST_SUITE "run test suite after install" ON)

View File

@ -28,7 +28,7 @@ if(NOT DEFINED _os_release_info)
set(_os_release_info TRUE)
# Set cmake policies for at least this level:
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
if(POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)