Skip to content

Commit 10f29c1

Browse files
committed
[CMake] Set the minimum required version to 3.23
This version of CMake was released in March 2022 https://github.com/Kitware/CMake/releases/tag/v3.23.0 This version is required to use FILE_SETs, which could help towards #16327 and #18419.
1 parent 33f0cd1 commit 10f29c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# For the licensing terms see $ROOTSYS/LICENSE.
55
# For the list of contributors see $ROOTSYS/README/CREDITS.
66

7-
cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
7+
cmake_minimum_required(VERSION 3.23 FATAL_ERROR)
88

99
if(WIN32)
1010
# Set CMP0091 (MSVC runtime library flags are selected by an abstraction) to OLD

0 commit comments

Comments
 (0)