]> granicus.if.org Git - libevent/commit
Fix generation of LibeventConfig.cmake for the installation tree
authorAndrey Okoshkin <okoandrey@gmail.com>
Wed, 29 Nov 2017 08:13:51 +0000 (11:13 +0300)
committerAndrey Okoshkin <okoandrey@gmail.com>
Wed, 29 Nov 2017 08:13:51 +0000 (11:13 +0300)
commit6ee73ea9b0b15a9f4909c51e171b7799210ec26c
tree91a481e55e310312b4214e7aa030f3b7156ba959
parentc2c08e0203da93938fe35234fa3a1be4d1c3c2e1
Fix generation of LibeventConfig.cmake for the installation tree

'LIBEVENT_INCLUDE_DIRS' is properly initialized in 'LibeventConfig.cmake' as
'LibeventConfig.cmake.in' contains usage of 'LIBEVENT_CMAKE_DIR' and
'EVENT_INSTALL_INCLUDE_DIR' variables but not 'EVENT_CMAKE_DIR' and
'EVENT__INCLUDE_DIRS'.
Related typos are fixed.
CMakeLists.txt