Skip to content
Snippets Groups Projects
Commit 29d121c1 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 89d53e1a
No related branches found
No related tags found
No related merge requests found
......@@ -1806,10 +1806,10 @@ if(APPLE AND ENABLE_OS_SPECIFIC_INSTALL)
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/Info.plist "${F1}")
set(CPACK_BUNDLE_PLIST ${CMAKE_CURRENT_BINARY_DIR}/Info.plist)
set(CPACK_BUNDLE_ICON ${CMAKE_CURRENT_SOURCE_DIR}/Fltk/MacIcons.icns)
if(PACKAGER STREQUAL "geuzaine FIXME")
if(PACKAGER STREQUAL "geuzaine")
# codesigning requires CMake >= 3.2
set(CPACK_BUNDLE_APPLE_CERT_APP "Developer ID Application: Christophe Geuzaine")
endif(PACKAGER STREQUAL "geuzaine FIXME")
endif(PACKAGER STREQUAL "geuzaine")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Fltk/MacIconsGeo.icns DESTINATION .
RENAME GmshGeo.icns)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/Fltk/MacIconsMsh.icns DESTINATION .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment