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

enable code signing

parent b379a105
No related branches found
No related tags found
No related merge requests found
...@@ -1554,7 +1554,7 @@ endif(WIN32 AND NOT MSVC OR CYGWIN) ...@@ -1554,7 +1554,7 @@ endif(WIN32 AND NOT MSVC OR CYGWIN)
if(APPLE AND PACKAGER STREQUAL "geuzaine") if(APPLE AND 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")
# add_custom_command(TARGET gmsh POST_BUILD COMMAND ${CODESIGN} gmsh) add_custom_command(TARGET gmsh POST_BUILD COMMAND ${CODESIGN} gmsh)
endif(APPLE AND PACKAGER STREQUAL "geuzaine") endif(APPLE AND PACKAGER STREQUAL "geuzaine")
# parser target # parser target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment