Skip to content

Commit d7e41d4

Browse files
committed
Update installers.cmake
1 parent 82abe0b commit d7e41d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: cmake/installers.cmake

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
macro(DeployApple TARGET)
22
if(EXISTS ${TARGET_FILE})
3+
cmake_policy(PUSH)
4+
cmake_policy(SET CMP0177 NEW)
35
install ( TARGETS hyperhdr DESTINATION "share/.." COMPONENT "HyperHDR" )
6+
cmake_policy(POP)
47

58
install(FILES "${PROJECT_SOURCE_DIR}/cmake/osx/Hyperhdr.icns" DESTINATION "hyperhdr.app/Contents/Resources" COMPONENT "HyperHDR")
69
install(FILES "${PROJECT_SOURCE_DIR}/LICENSE" DESTINATION "hyperhdr.app/Contents/Resources" COMPONENT "HyperHDR")

0 commit comments

Comments
 (0)