Skip to content

Commit

Permalink
cmake: Include OPENSSL_INCLUDE_DIR to support building against custom…
Browse files Browse the repository at this point in the history
… install
  • Loading branch information
jcfr authored and dmach committed Nov 19, 2018
1 parent f8e1749 commit adc97b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ find_package(ZLIB REQUIRED)

include_directories(${GLIB2_INCLUDE_DIRS})
include_directories(${LIBXML2_INCLUDE_DIR})
include_directories(${OPENSSL_INCLUDE_DIR})


IF (RPM_PATH)
Expand Down

0 comments on commit adc97b7

Please sign in to comment.