Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# For the licensing terms see $ROOTSYS/LICENSE.
# For the list of contributors see $ROOTSYS/README/CREDITS.

cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_minimum_required(VERSION 3.23 FATAL_ERROR)

if(WIN32)
# Set CMP0091 (MSVC runtime library flags are selected by an abstraction) to OLD
Expand Down Expand Up @@ -61,7 +61,7 @@ foreach(policy ${policy_new})
endif()
endforeach()

set(policy_old CMP0116 CMP0135 CMP0144)
set(policy_old CMP0116 CMP0126 CMP0135 CMP0144)
foreach(policy ${policy_old})
if(POLICY ${policy})
cmake_policy(SET ${policy} OLD)
Expand Down
Loading