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 55ed32d commit a35a31f
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 @@ -16,6 +16,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 a35a31f

Please sign in to comment.