vcpkg/ports/libevent/fix-usage.patch
JonLiu1993 1ab6c8c7fa
[libevent] Fix 'install failure empty bin/ folder' (#20981)
* [libevent] Fix' install failure empty bin/ folder

* update version

* fixed if condition

* updated version database

* update version

* update port-version

* update version

* add port version

* update version

* revert libevent.json

* update baseline.json

* update baseline.json

* update baseline.json

* update baseline.json

* fix usage

* update version

* apply review advice

* update version

Co-authored-by: silverqx <silver.zachara@gmail.com>
2021-11-05 14:29:32 -07:00

14 lines
302 B
Diff

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)