aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libevent/fix-usage.patch
blob: 1609bd1e9907f83cb55017b069ac50549c6b788e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 676727f..c83afae 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1453,7 +1453,7 @@ endif()
 #
 
 set(EVENT_INSTALL_CMAKE_DIR
-    "${CMAKE_INSTALL_PREFIX}/lib/cmake/libevent")
+    "lib/cmake/libevent")
 
 export(PACKAGE libevent)