We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee75b1 commit d35c497Copy full SHA for d35c497
1 file changed
src/ngscopeclient/CMakeLists.txt
@@ -251,8 +251,11 @@ endif()
251
if(APPLE)
252
set(APPS "\${CMAKE_INSTALL_PREFIX}/bin/ngscopeclient")
253
set(DIRS "\${CMAKE_INSTALL_PREFIX}/lib")
254
- install(CODE "include(BundleUtilities)
255
- fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")")
+ install(CODE "
+ include(BundleUtilities)
256
+ fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")
257
+ execute_process(COMMAND \"codesign --remove-signature ${DIRS}/*.dylib\")
258
+ ")
259
endif()
260
261
# ngscopeclient Windows portable zip/MSI installer build
0 commit comments