Skip to content

Commit

Permalink
Merge pull request #506 from DarkWanderer/install-runtime
Browse files Browse the repository at this point in the history
Add runtime redist as mandatory part of package
  • Loading branch information
jarmonik authored Nov 11, 2024
2 parents d476f73 + 329d2d8 commit 57b7235
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 57b7235

Please sign in to comment.