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