Skip to content

Commit

Permalink
- bundle utils are not working now, so lets not use them
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Apr 14, 2021
1 parent 198f995 commit 1e9b518
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SpatialUI/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1e9b518

Please sign in to comment.