From 60ebafd15a4dc50c0c3061582cc1463143a2ab57 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 25 May 2023 23:45:00 -0500 Subject: [PATCH] Expand core component group by default --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba87661c..462988c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -803,6 +803,8 @@ if(WIN32) # see options at: https://cmake.org/cmake/help/latest/cpack_gen/nsis.h set(CPACK_NSIS_MANIFEST_DPI_AWARE true) # Setting components groups and dependencies + set(CPACK_COMPONENT_GROUP_CORE_EXPANDED true) + # sunshine binary set(CPACK_COMPONENT_APPLICATION_DISPLAY_NAME "${CMAKE_PROJECT_NAME}") set(CPACK_COMPONENT_APPLICATION_DESCRIPTION "${CMAKE_PROJECT_NAME} main application and required components.")