Skip to content

Commit

Permalink
find openssl merge from #280 in a local branch so I can test it with …
Browse files Browse the repository at this point in the history
…travis
  • Loading branch information
mvdwerve committed Jan 17, 2019
1 parent 532cc73 commit 9e068e5
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 @@ -56,6 +56,8 @@ aux_source_directory(src src_MAIN)
if(AMQP-CPP_LINUX_TCP)
#add_subdirectory(src/linux_tcp)
aux_source_directory(src/linux_tcp src_LINUX_TCP)
find_path(OPENSSL_INCLUDE_DIR openssl/ssl.h)
include_directories(${OPENSSL_INCLUDE_DIR})
endif()

# potentially build the examples
Expand Down

0 comments on commit 9e068e5

Please sign in to comment.