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 ed6446e commit 35769f2
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 @@ -14,7 +14,7 @@

# Check if cmake has the required version
CMAKE_MINIMUM_REQUIRED(VERSION 3.11.0 FATAL_ERROR)
cmake_policy(VERSION 3.11...3.19)
cmake_policy(VERSION 3.11...3.27)

set(CMAKE_INSTALL_MESSAGE LAZY)
# Set project version
Expand Down

0 comments on commit 35769f2

Please sign in to comment.