Skip to content

Commit

Permalink
Set CMP0072 policy to new.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Dec 2, 2022
1 parent d640604 commit 3d98737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
cmake_minimum_required(VERSION 3.10.0)
cmake_policy(VERSION 3.10.0)

if(POLICY CMP0072)
cmake_policy(SET CMP0072 NEW)
endif()

if(POLICY CMP0078)
cmake_policy(SET CMP0078 NEW)
endif()
Expand Down

0 comments on commit 3d98737

Please sign in to comment.