Skip to content

Commit

Permalink
[cmake] Set policy CMP0144 to new
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Dec 6, 2023
1 parent 1a7a9af commit e3b947a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
cmake_policy(VERSION 3.20)
if(POLICY CMP0144)
cmake_policy(SET CMP0144 NEW)
endif()

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

0 comments on commit e3b947a

Please sign in to comment.