From 27bd9faf498b91923296cc91643e03ec4055c230 Mon Sep 17 00:00:00 2001 From: Sergey Nikulov Date: Tue, 2 Sep 2014 18:25:52 +0400 Subject: updates in cmake build --- cmake/LibeventConfig.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/LibeventConfig.cmake.in') 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) -- cgit v1.2.1