We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f880f commit ea5e329Copy full SHA for ea5e329
CMakeCPack.cmake
@@ -2,6 +2,7 @@
2
# legally, it shouldn't be a problem though to include the runtime libraries, see e.g.
3
# https://stackoverflow.com/questions/35097193/can-i-bundle-the-visual-studio-2015-c-redistributable-dlls-with-my-applicatio
4
set (CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION ".")
5
+set(CMAKE_INSTALL_UCRT_LIBRARIES TRUE)
6
include (InstallRequiredSystemLibraries)
7
8
set(CPACK_PACKAGE_NAME "open_iA")
0 commit comments