CMake: Silence compatibility warnings

This commit is contained in:
Maarten Bent
2025-01-03 17:11:24 +01:00
parent 0c3a52d9e8
commit 4ac91d2836
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# Licence: wxWindows licence
#############################################################################
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.5...3.31)
if(NOT CMAKE_CONFIGURATION_TYPES)
get_property(HAVE_MULTI_CONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
+1 -1
View File
@@ -14,7 +14,7 @@
#
# Declare the minimum required CMake version
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.5...3.31)
if(APPLE AND NOT CMAKE_OSX_DEPLOYMENT_TARGET)
# If no deployment target has been set default to the minimum supported