1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-19 06:33:35 -05:00

Remove debug

This commit is contained in:
Jon Beniston 2025-10-03 23:45:46 +01:00
parent 862da4fba6
commit 82b9539881

View File

@ -37,12 +37,6 @@ foreach(RPATH_DIR_1 ${EXTERNAL_LIB_DIRS})
endforeach()
endforeach()
execute_process ( COMMAND codesign -verify ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/Frameworks/libusb-1.0.0.dylib )
execute_process ( COMMAND codesign -dvv ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/Frameworks/libusb-1.0.0.dylib )
# Run macdeployqt which should copy all libraries and frameworks and Qt plugins and qml
message ("Running macdeployqt in ${CPACK_TEMPORARY_INSTALL_DIRECTORY}")
execute_process ( COMMAND macdeployqt ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app -always-overwrite -verbose=3 -qmldir=@CMAKE_CURRENT_SOURCE_DIR@/../../plugins/ )
execute_process ( COMMAND codesign -verify ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/Frameworks/libusb-1.0.0.dylib )
execute_process ( COMMAND codesign -dvv ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app/Contents/Frameworks/libusb-1.0.0.dylib )
execute_process ( COMMAND macdeployqt ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/SDRangel.app -always-overwrite -verbose=1 -qmldir=@CMAKE_CURRENT_SOURCE_DIR@/../../plugins/ )