From f8558a963617a1b98f282044726819a24eda98ee Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Sun, 12 Jul 2020 15:43:48 -0400 Subject: [PATCH] Added component runtime to cpack line --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)