diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-01-11 12:46:23 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-01-11 12:46:23 +0000 |
| commit | 6b43ba091eef5da92c43de9165806c8751b24e8c (patch) | |
| tree | 514c73293c10a6159eb9972e3de9919841b980e2 /CMake | |
| parent | 5dfadb2eb17c09ae18c954a1e467a4f89f470137 (diff) | |
Fix full path to icns file
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/OpenJPEGCPack.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/OpenJPEGCPack.cmake b/CMake/OpenJPEGCPack.cmake index b836bcb8..e174e5b7 100644 --- a/CMake/OpenJPEGCPack.cmake +++ b/CMake/OpenJPEGCPack.cmake @@ -22,7 +22,7 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake") set(CPACK_PACKAGE_INSTALL_DIRECTORY "OpenJPEG ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}") set(CPACK_SOURCE_PACKAGE_FILE_NAME "openjpeg-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") - set(MACOSX_BUNDLE_ICON_FILE opj_logo.icns) + set(CPACK_BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/CMake/opj_logo.icns") set(CPACK_BUNDLE_NAME "BundleGeneratorTest") configure_file(${CMAKE_ROOT}/Templates/AppleInfo.plist ${CMAKE_CURRENT_BINARY_DIR}/opj.plist) |
