Skip to content

Commit 45f6e87

Browse files
fuhlig1ChristianTackeGSI
authored andcommitted
build: Adopt CMake policies up to 3.27
(cherry picked from commit 4534075)
1 parent 19bd5dc commit 45f6e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# copied verbatim in the file "LICENSE" #
77
################################################################################
88
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
9-
cmake_policy(VERSION 3.15...3.23)
9+
cmake_policy(VERSION 3.15...3.27)
1010

1111
set(PROJECT_MIN_CXX_STANDARD 17)
1212

0 commit comments

Comments
 (0)