reorg MSVC set(CMAKE_INSTALL_SYSTEM_RUNTIMES_LIBS_SKIP true) call
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
8fa4467a36
commit
00f4221a83
2 changed files with 4 additions and 3 deletions
|
@ -43,7 +43,6 @@ configure_file(prismlauncher.manifest.in prismlauncher.manifest @ONLY)
|
|||
configure_file(prismlauncher.ico prismlauncher.ico COPYONLY)
|
||||
|
||||
if(MSVC)
|
||||
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP true)
|
||||
include(InstallRequiredSystemLibraries)
|
||||
file(TO_NATIVE_PATH ${MSVC_REDIST_DIR} Native_MSVC_REDIST_DIR)
|
||||
set(Launcher_MSVC_Redist_NSIS_Section "\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue