Try to fixup_bundle command

master
Melroy van den Berg 2022-02-19 23:41:59 +01:00
parent 96df781172
commit 09b7d1870d
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 4 additions and 4 deletions

View File

@ -191,10 +191,10 @@ if(NOT UNITTEST)
#message(STATUS "BUNDLELIBS: ${BUNDLELIBS}")
message(STATUS "DIRS: ${DIRS}")
# TODO: Fixup bundle is failing
#install(CODE "
# include(BundleUtilities)
# fixup_bundle(\"${APPS_EXPANDED}\" \"\" \"${DIRS}\")
# verify_app(${APPS_EXPANDED})")
install(CODE "
include(BundleUtilities)
fixup_bundle(\"${APPS_EXPANDED}\" \"\" \"${DIRS}\")
verify_app(${APPS_EXPANDED})")
else()
# Install browser binary
install(TARGETS ${PROJECT_TARGET} RUNTIME DESTINATION bin COMPONENT Runtime)