Skip to content

Commit

Permalink
[cmake] Set cmake policies to current cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 6, 2024
1 parent b07a3de commit bbd45fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
# ##############################################################################

cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_policy(VERSION 3.20)
if(POLICY CMP0144)
cmake_policy(SET CMP0144 NEW)
endif()
cmake_policy(VERSION ${CMAKE_VERSION})

# ############
# Define Project
Expand Down

0 comments on commit bbd45fb

Please sign in to comment.