]> granicus.if.org Git - libevent/commit
cmake: fix export absolute path and relative path and cleanup a bit
authorAzat Khuzhin <a3at.mail@gmail.com>
Mon, 13 Mar 2017 00:18:02 +0000 (03:18 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Mon, 13 Mar 2017 13:20:40 +0000 (16:20 +0300)
commitfd5a3fc0363bc2dea46b5221d11d21b945f891f3
treee703a996299c8c603389cd05a64c8c69cfdae4c0
parent86c73575250a5cd6e8685fce4a9d640e3751c238
cmake: fix export absolute path and relative path and cleanup a bit

Remove next vars, since I don't think that somebody want to change it:
- bin
- lib
- include

And fix exports problem:
  CMake Error: INSTALL(EXPORT "LibeventTargets") given absolute DESTINATION "/usr/lib/cmake/libevent" but the export references an installation of target "event_core_static" which has relative DESTINATION "lib".
CMakeLists.txt
README.md
cmake/AddEventLibrary.cmake