diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-01-20 16:14:06 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-01-20 16:14:06 +0000 |
| commit | d3c1a4924675bb059c339ce3a8addae414ca5033 (patch) | |
| tree | 6f633ff96ae7097d5cc17faa1eae5b1dd0ac4354 /CMake | |
| parent | 85bbc6def89e9f6a3f65f016861b99cbaa27f9cc (diff) | |
Remove icns, not required for cpack PackageManager.
Diffstat (limited to 'CMake')
| -rw-r--r-- | CMake/OpenJPEGCPack.cmake | 1 | ||||
| -rw-r--r-- | CMake/opj_logo.icns | bin | 22289 -> 0 bytes |
2 files changed, 0 insertions, 1 deletions
diff --git a/CMake/OpenJPEGCPack.cmake b/CMake/OpenJPEGCPack.cmake index a05d2ba1..dbd4e072 100644 --- a/CMake/OpenJPEGCPack.cmake +++ b/CMake/OpenJPEGCPack.cmake @@ -26,7 +26,6 @@ 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(CPACK_BUNDLE_ICON "${CMAKE_CURRENT_SOURCE_DIR}/CMake/opj_logo.icns") set(CPACK_BUNDLE_NAME "OpenJPEG ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}") configure_file(${CMAKE_ROOT}/Templates/AppleInfo.plist ${CMAKE_CURRENT_BINARY_DIR}/opj.plist) diff --git a/CMake/opj_logo.icns b/CMake/opj_logo.icns Binary files differdeleted file mode 100644 index cf3a0e80..00000000 --- a/CMake/opj_logo.icns +++ /dev/null |
