mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:28:59 +08:00
1ab6c8c7fa
* [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>
14 lines
302 B
Diff
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)
|
|
|