early-access version 2853
This commit is contained in:
17
externals/vcpkg/ports/freerdp/DontInstallSystemRuntimeLibs.patch
vendored
Executable file
17
externals/vcpkg/ports/freerdp/DontInstallSystemRuntimeLibs.patch
vendored
Executable file
@@ -0,0 +1,17 @@
|
||||
diff --git a/CMakeCPack.cmake b/CMakeCPack.cmake
|
||||
index 6ccfc7d..75479bf 100644
|
||||
--- a/CMakeCPack.cmake
|
||||
+++ b/CMakeCPack.cmake
|
||||
@@ -67,9 +67,9 @@ if(MSVC)
|
||||
set(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP TRUE)
|
||||
include(InstallRequiredSystemLibraries)
|
||||
|
||||
- install(PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
|
||||
- DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
- COMPONENT libraries)
|
||||
+ # install(PROGRAMS ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
|
||||
+ # DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
+ # COMPONENT libraries)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user