aboutsummaryrefslogtreecommitdiff
path: root/ports/minhook/install-destination.patch
blob: 13f3dc3799634c3a04ff1d1cbb5fca5a62b024f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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(