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 a7e93d2 commit 08dcd88Copy full SHA for 08dcd88
CMakeLists.txt
@@ -294,6 +294,8 @@ if (WIN32 OR UNIX AND NOT APPLE) # AND NOT ANDROID
294
install(FILES ${DOCS} DESTINATION ${DOC_INSTALL_DIR})
295
endif()
296
297
+set(CMAKE_INSTALL_UCRT_LIBRARIES On)
298
+set(InstallRequiredSystemLibraries On)
299
include(InstallRequiredSystemLibraries)
300
301
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15")
@@ -346,7 +348,6 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
346
348
${CMAKE_SOURCE_DIR}/${README_FILE} "Readme"
347
349
)
350
set(CPACK_NSIS_MUI_FINISHPAGE_RUN "${CPACK_NSIS_INSTALLED_ICON_NAME}")
- set(InstallRequiredSystemLibraries On)
351
352
elseif(APPLE AND NOT IOS)
353
set(CPACK_GENERATOR "DragNDrop")
0 commit comments