vcpkg/ports/minhook/install-destination.patch
NancyLi1013 5121e7149e [minhook] Add new port (#6333)
* [minhook] Add new port

* Download cmake support as patch

* Move architecture check to before work is done

* Check in install destination patchl Remove config
2019-05-07 22:51:00 -07:00

23 lines
495 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index df947af..6a894d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -113,7 +113,7 @@ install(
"${CMAKE_CURRENT_BINARY_DIR}/minhook-config.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/minhook-config-version.cmake"
DESTINATION
- "lib/minhook"
+ share/minhook
)
###################
@@ -133,7 +133,7 @@ install(
NAMESPACE
minhook::
DESTINATION
- "lib/minhook"
+ share/minhook
)
install(