From 329d2d84e52a28085b1424ef5126f537282f941c Mon Sep 17 00:00:00 2001 From: "Oleg V. Kozlyuk" Date: Sun, 6 Oct 2024 00:12:50 +0200 Subject: [PATCH] Add runtime redist as mandatory part of package --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ebc2cae8d..614f170ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -396,11 +396,10 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ) -# Package required runtime libraries as an optional component +# Package required runtime libraries INSTALL(FILES ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS} DESTINATION ${ORBITER_INSTALL_ROOT_DIR} COMPONENT RuntimeLibraries - EXCLUDE_FROM_ALL ) # Sub-projects