summaryrefslogtreecommitdiff
path: root/cmake/LibeventConfig.cmake.in
diff options
context:
space:
mode:
authorSergey Nikulov <sergey.nikulov@gmail.com>2014-09-02 18:25:52 +0400
committerSergey Nikulov <sergey.nikulov@gmail.com>2014-09-02 18:25:52 +0400
commit27bd9faf498b91923296cc91643e03ec4055c230 (patch)
treec7e1415c0f0b9f5c985b15ca9374c99140833202 /cmake/LibeventConfig.cmake.in
parent6a53d153835b0379b23ddcc1cca408b5bd1b93d6 (diff)
downloadlibevent-27bd9faf498b91923296cc91643e03ec4055c230.tar.gz
updates in cmake build
Diffstat (limited to 'cmake/LibeventConfig.cmake.in')
-rw-r--r--cmake/LibeventConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/LibeventConfig.cmake.in b/cmake/LibeventConfig.cmake.in
index 02edef32..b28cacb5 100644
--- a/cmake/LibeventConfig.cmake.in
+++ b/cmake/LibeventConfig.cmake.in
@@ -7,7 +7,7 @@
get_filename_component(LIBEVENT_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
# Set the include directories.
-set(LIBEVENT_INCLUDE_DIRS "@EVENT__INCLUDE_DIRS@")
+set(LIBEVENT_INCLUDE_DIRS "@EVENT_INSTALL_INCLUDE_DIR@")
# Include the project Targets file, this contains definitions for IMPORTED targets.
include(${LIBEVENT_CMAKE_DIR}/LibeventTargets.cmake)