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

actual codesigning is currently handled on a separate machine

parent d9483454
No related branches found
No related tags found
No related merge requests found
......@@ -1803,7 +1803,7 @@ 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")
if(PACKAGER STREQUAL "geuzaine - removed: we sign on a separate machine")
# codesigning requires CMake >= 3.2
set(CPACK_BUNDLE_APPLE_CERT_APP "Developer ID Application: Christophe Geuzaine")
endif(PACKAGER STREQUAL "geuzaine")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment