Skip to content

Commit

Permalink
Add runtime redist as mandatory part of package
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer committed Oct 5, 2024
1 parent adc6795 commit 329d2d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 329d2d8

Please sign in to comment.