summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-06-05 17:24:36 (GMT)
committerBrad King <brad.king@kitware.com>2024-06-05 17:24:36 (GMT)
commit115425e68c234258607330c777ead234ddce40a8 (patch)
treeca9ec9703d2a8733aec825952d683b0a913cc6e1 /Utilities/Sphinx
parented376e470ea973cff05002fe07c7bd0c81039ee4 (diff)
downloadCMake-115425e68c234258607330c777ead234ddce40a8.zip
CMake-115425e68c234258607330c777ead234ddce40a8.tar.gz
CMake-115425e68c234258607330c777ead234ddce40a8.tar.bz2
Configure CMake itself with policies through CMake 3.29
Diffstat (limited to 'Utilities/Sphinx')
-rw-r--r--Utilities/Sphinx/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index 746c872..ed7b631 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -3,7 +3,7 @@
if(NOT CMake_SOURCE_DIR)
set(CMakeHelp_STANDALONE 1)
- cmake_minimum_required(VERSION 3.13...3.28 FATAL_ERROR)
+ cmake_minimum_required(VERSION 3.13...3.29 FATAL_ERROR)
get_filename_component(tmp "${CMAKE_CURRENT_SOURCE_DIR}" PATH)
get_filename_component(CMake_SOURCE_DIR "${tmp}" PATH)
include(${CMake_SOURCE_DIR}/Modules/CTestUseLaunchers.cmake)