Skip to content

Commit

Permalink
build: Update CMake policy version range
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisklein committed Mar 2, 2023
1 parent 0aecfff commit 7d40111
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 @@ -9,7 +9,7 @@

# Project ######################################################################
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
cmake_policy(VERSION 3.15...3.22)
cmake_policy(VERSION 3.15...3.26)

list(PREPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
include(GitHelper)
Expand Down

0 comments on commit 7d40111

Please sign in to comment.