Skip to content

Commit ea5e329

Browse files
committed
CMake/CPack: Add UCRT libraries in windows installer
1 parent c2f880f commit ea5e329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeCPack.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# legally, it shouldn't be a problem though to include the runtime libraries, see e.g.
33
# https://stackoverflow.com/questions/35097193/can-i-bundle-the-visual-studio-2015-c-redistributable-dlls-with-my-applicatio
44
set (CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION ".")
5+
set(CMAKE_INSTALL_UCRT_LIBRARIES TRUE)
56
include (InstallRequiredSystemLibraries)
67

78
set(CPACK_PACKAGE_NAME "open_iA")

0 commit comments

Comments
 (0)