Skip to content

Commit

Permalink
Oops, added back find_package() for libevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Ellzey committed Mar 6, 2015
1 parent fc0f5da commit 9cdae63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ SET(CMAKE_INCLUDE_CURRENT_DIR ON)

include(BaseConfig)

find_package(LibEvent REQUIRED)

if (NOT LIBEVENT_OPENSSL_LIBRARY)
set (EVHTP_DISABLE_SSL ON)
endif()
Expand Down

0 comments on commit 9cdae63

Please sign in to comment.