summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-01-20 16:14:06 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-01-20 16:14:06 +0000
commitd3c1a4924675bb059c339ce3a8addae414ca5033 (patch)
tree6f633ff96ae7097d5cc17faa1eae5b1dd0ac4354 /CMake
parent85bbc6def89e9f6a3f65f016861b99cbaa27f9cc (diff)
Remove icns, not required for cpack PackageManager.
Diffstat (limited to 'CMake')
-rw-r--r--CMake/OpenJPEGCPack.cmake1
-rw-r--r--CMake/opj_logo.icnsbin22289 -> 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
deleted file mode 100644
index cf3a0e80..00000000
--- a/CMake/opj_logo.icns
+++ /dev/null
Binary files differ