ifcwrap cmake - fix CMP0078 warning

This commit is contained in:
Andrej730
2024-09-06 17:55:21 +05:00
parent 8e87d0e303
commit 791d098800
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ endif()
cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0074 NEW)
cmake_policy(SET CMP0078 OLD)
cmake_policy(SET CMP0078 NEW)
cmake_policy(SET CMP0086 NEW)
if (POLICY CMP0144)
cmake_policy(SET CMP0144 NEW) # find_package() uses upper-case <PACKAGENAME>_ROOT variables.