Newer
Older
message(SEND_ERROR "Specified distribution component '${target}' doesn't have an install target")
Vadim Chugunov
committed
# This allows us to deploy the Universal CRT DLLs by passing -DCMAKE_INSTALL_UCRT_LIBRARIES=ON to CMake
if (MSVC)
include(InstallRequiredSystemLibraries)
endif()