diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a4feb9a5..c1063f0c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -454,7 +454,9 @@ set(CPACK_GENERATOR "DRAGNDROP") include(CPACK) install( CODE "include(BundleUtilities) - fixup_bundle( \"${APPS}\" \"\" \"${DIRS}\") ") + fixup_bundle( \"${APPS}\" \"\" \"${DIRS}\") " + COMPONENT Runtime + ) else(APPLE)