vcpkg/ports/kubernetes/001-fix-destination.patch
Ahmed Yarub Hani Al Nuaimi 48aeaba25e
[kubernetes] Kubernetes C Client (#20255)
* Kubernetes C Client's port

* Kubernetes C Client's port

* Replace deprecated methods

* Add version file

* Remove extra include directories

* Fix version

* Use vcpkg_from_github with a valid hash
Remove usage file

* Fix Aws Crypto Abstraction Layer and S2N builds

* Update library version

* Update library version

* Update ports/kubernetes/vcpkg.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/kubernetes/portfile.cmake

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update ports/kubernetes/vcpkg.json

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update version

Co-authored-by: Ahmed Yarub Hani Al Nuaimi <ahmed.alnuaimi@zwift.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
2021-09-22 13:35:24 -07:00

13 lines
586 B
Diff

diff --git a/kubernetes/CMakeLists.txt b/kubernetes/CMakeLists.txt
--- a/kubernetes/CMakeLists.txt (revision 6b98698c92c59d8c63815f74ed4183fc36cde37b)
+++ b/kubernetes/CMakeLists.txt (date 1632055519986)
@@ -1563,7 +1563,7 @@
install(TARGETS ${pkgName} DESTINATION ${CMAKE_INSTALL_PREFIX})
else()
include(GNUInstallDirs)
- install(TARGETS ${pkgName} DESTINATION ${CMAKE_INSTALL_PREFIX} EXPORT ${pkgName}Targets)
+ install(TARGETS ${pkgName} EXPORT ${pkgName}Targets)
foreach(HDR_FILE ${HDRS})
get_filename_component(HDR_DIRECTORY ${HDR_FILE} DIRECTORY)