mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-11-21 15:43:26 -05:00
Try disabling strip
This commit is contained in:
parent
82b9539881
commit
1c6ed3cf6d
@ -31,6 +31,7 @@ if(APPLE AND BUNDLE AND BUILD_GUI)
|
||||
configure_file("${CMAKE_SOURCE_DIR}/cmake/cpack/deploy_mac.cmake.in" "${PROJECT_BINARY_DIR}/deploy_mac.cmake" @ONLY)
|
||||
|
||||
set(CPACK_GENERATOR "Bundle")
|
||||
set(CPACK_STRIP_FILES OFF}
|
||||
set(CPACK_BINARY_DRAGNDROP ON)
|
||||
set(CPACK_BUNDLE_NAME "${APPLICATION_NAME}")
|
||||
set(CPACK_BUNDLE_ICON "${CMAKE_SOURCE_DIR}/cmake/cpack/sdrangel_icon.icns")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user