aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kubernetes/001-fix-destination.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/kubernetes/001-fix-destination.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/kubernetes/001-fix-destination.patch')
-rw-r--r--vcpkg/ports/kubernetes/001-fix-destination.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/kubernetes/001-fix-destination.patch b/vcpkg/ports/kubernetes/001-fix-destination.patch
new file mode 100644
index 0000000..9169ac3
--- /dev/null
+++ b/vcpkg/ports/kubernetes/001-fix-destination.patch
@@ -0,0 +1,12 @@
+diff --git a/kubernetes/CMakeLists.txt b/kubernetes/CMakeLists.txt
+--- a/kubernetes/CMakeLists.txt (revision 80aff0a1c71c2cb8a1ab4b73e0592f0f88c59376)
++++ b/kubernetes/CMakeLists.txt (date 1642600807646)
+@@ -1255,7 +1255,7 @@
+ install(TARGETS ${pkgName} DESTINATION lib)
+ else()
+ include(GNUInstallDirs)
+- install(TARGETS ${pkgName} DESTINATION lib EXPORT ${pkgName}Targets)
++ install(TARGETS ${pkgName} EXPORT ${pkgName}Targets)
+
+ foreach(HDR_FILE ${HDRS})
+ get_filename_component(HDR_DIRECTORY ${HDR_FILE} DIRECTORY)