diff options
| author | Arkady Shapkin <arkady.shapkin@gmail.com> | 2018-05-18 20:57:31 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-18 10:57:31 -0700 |
| commit | a90d78293b21f27ab184a35fb61d3f3732764b36 (patch) | |
| tree | 87a1ad83be85a9ce85964097c63d2942c86da964 | |
| parent | b68da8a9dc122533d51db9661e9c9ec2fad86794 (diff) | |
| download | vcpkg-a90d78293b21f27ab184a35fb61d3f3732764b36.tar.gz vcpkg-a90d78293b21f27ab184a35fb61d3f3732764b36.zip | |
[libevent] Fix build on Linux (#3426)
| -rw-r--r-- | ports/libevent/portfile.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libevent/portfile.cmake b/ports/libevent/portfile.cmake index 6a1755c3e..251624e3f 100644 --- a/ports/libevent/portfile.cmake +++ b/ports/libevent/portfile.cmake @@ -21,6 +21,7 @@ vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} PREFER_NINJA OPTIONS + -DEVENT_INSTALL_CMAKE_DIR:PATH=share/libevent -DEVENT__DISABLE_BENCHMARK=ON -DEVENT__DISABLE_TESTS=ON -DEVENT__DISABLE_REGRESS=ON @@ -31,7 +32,7 @@ vcpkg_install_cmake() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) -vcpkg_fixup_cmake_targets(CONFIG_PATH cmake) +vcpkg_fixup_cmake_targets() vcpkg_copy_pdbs() file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/libevent) |
