Disable fixup_bundle for now. Fix in the future!

master
Melroy van den Berg 2022-02-19 17:23:23 +01:00
parent 29a92ef4cb
commit 772a66eafe
No known key found for this signature in database
GPG Key ID: 71D11FF23454B9D7
1 changed files with 6 additions and 5 deletions

View File

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