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

pp

parent e03288d0
No related branches found
No related tags found
No related merge requests found
...@@ -1823,8 +1823,7 @@ if(APPLE AND ENABLE_OS_SPECIFIC_INSTALL) ...@@ -1823,8 +1823,7 @@ if(APPLE AND ENABLE_OS_SPECIFIC_INSTALL)
if(PACKAGER STREQUAL "geuzaine") if(PACKAGER STREQUAL "geuzaine")
set(CODESIGN "codesign --force --verify --verbose --sign set(CODESIGN "codesign --force --verify --verbose --sign
\"Developer ID Application: Christophe Geuzaine\"") \"Developer ID Application: Christophe Geuzaine\"")
set(APPVER ${GMSH_MAJOR_VERSION}.${GMSH_MINOR_VERSION}.${GMSH_PATCH_VERSION}) set(APPDIR _CPack_Packages/Darwin/Bundle/gmsh-${GMSH_VERSION}-MacOSX/Gmsh.app)
set(APPDIR _CPack_Packages/Darwin/Bundle/gmsh-${APPVER}-MacOSX/Gmsh.app)
install(CODE install(CODE
"execute_process(COMMAND ${CODESIGN} ${APPDIR}/Contents/MacOS/onelab.py) "execute_process(COMMAND ${CODESIGN} ${APPDIR}/Contents/MacOS/onelab.py)
execute_process(COMMAND ${CODESIGN} ${APPDIR}/Contents/MacOS/gmsh) execute_process(COMMAND ${CODESIGN} ${APPDIR}/Contents/MacOS/gmsh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment