Skip to content

Commit

Permalink
Set CMP0144 policy to NEW for asset import library
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Aug 22, 2024
1 parent 3ff2164 commit de0df33
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions assetimport/assetimport.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
diff -Naur assimp/CMakeLists.txt ASSETIMPORT_BLD/CMakeLists.txt
--- assimp/CMakeLists.txt 2024-08-22 16:04:35.540387715 -0400
+++ ASSETIMPORT_BLD/CMakeLists.txt 2024-08-22 16:05:12.765176737 -0400
@@ -37,6 +37,7 @@
SET(CMAKE_POLICY_DEFAULT_CMP0012 NEW)
SET(CMAKE_POLICY_DEFAULT_CMP0074 NEW)
SET(CMAKE_POLICY_DEFAULT_CMP0092 NEW)
+SET(CMAKE_POLICY_DEFAULT_CMP0144 NEW)

CMAKE_MINIMUM_REQUIRED( VERSION 3.22 )

diff -Naur ASSETIMPORT/cmake-modules/FindZLIB.cmake ASSETIMPORT_BLD/cmake-modules/FindZLIB.cmake
--- ASSETIMPORT/cmake-modules/FindZLIB.cmake 2024-06-25 10:10:10.163683303 -0400
+++ ASSETIMPORT_BLD/cmake-modules/FindZLIB.cmake 2024-06-25 10:08:14.147412121 -0400
Expand Down

0 comments on commit de0df33

Please sign in to comment.