Skip to content

Commit

Permalink
build: Adopt CMake policies up to 3.27
Browse files Browse the repository at this point in the history
(cherry picked from commit 4534075)
  • Loading branch information
fuhlig1 authored and ChristianTackeGSI committed Nov 16, 2023
1 parent 19bd5dc commit 45f6e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# copied verbatim in the file "LICENSE" #
################################################################################
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
cmake_policy(VERSION 3.15...3.23)
cmake_policy(VERSION 3.15...3.27)

set(PROJECT_MIN_CXX_STANDARD 17)

Expand Down

0 comments on commit 45f6e87

Please sign in to comment.