diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-21 15:27:13 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-21 15:27:13 -0700 |
| commit | 9a7a18ea032dd4797726016e934cdeff0fca26b3 (patch) | |
| tree | bbcaf571dca622890b4c15c83ac17c8f7ac8c159 /ports/freerdp/DontInstallSystemRuntimeLibs.patch | |
| parent | 51e4a0112a206b20d09cf633d73d491675da27a2 (diff) | |
| download | vcpkg-9a7a18ea032dd4797726016e934cdeff0fca26b3.tar.gz vcpkg-9a7a18ea032dd4797726016e934cdeff0fca26b3.zip | |
[freerdp] Patch out installation of system runtime libs
Diffstat (limited to 'ports/freerdp/DontInstallSystemRuntimeLibs.patch')
| -rw-r--r-- | ports/freerdp/DontInstallSystemRuntimeLibs.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ports/freerdp/DontInstallSystemRuntimeLibs.patch b/ports/freerdp/DontInstallSystemRuntimeLibs.patch new file mode 100644 index 000000000..7a1d542a2 --- /dev/null +++ b/ports/freerdp/DontInstallSystemRuntimeLibs.patch @@ -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() + |
