From 1e9b518c6c6073734d53553fe71ec3e9fb223a07 Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Wed, 14 Apr 2021 16:24:51 +0200 Subject: [PATCH] - bundle utils are not working now, so lets not use them --- SpatialUI/CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SpatialUI/CMakeLists.txt b/SpatialUI/CMakeLists.txt index 0eda9cb..3fa54c4 100644 --- a/SpatialUI/CMakeLists.txt +++ b/SpatialUI/CMakeLists.txt @@ -139,10 +139,10 @@ else() # and only then install it SET(APPS "${CMAKE_CURRENT_BINARY_DIR}/SpatialUI.app" CACHE INTERNAL "") # ensure that next to the binaries also dependencies are copied - install(CODE " - include(BundleUtilities) - fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\") - " COMPONENT Runtime) + #install(CODE " + # include(BundleUtilities) + # fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\") + # " COMPONENT Runtime) install(TARGETS SpatialUI DESTINATION .) endif()