Skip to content

Commit 9e068e5

Browse files
committed
find openssl merge from #280 in a local branch so I can test it with travis
1 parent 532cc73 commit 9e068e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ aux_source_directory(src src_MAIN)
5656
if(AMQP-CPP_LINUX_TCP)
5757
#add_subdirectory(src/linux_tcp)
5858
aux_source_directory(src/linux_tcp src_LINUX_TCP)
59+
find_path(OPENSSL_INCLUDE_DIR openssl/ssl.h)
60+
include_directories(${OPENSSL_INCLUDE_DIR})
5961
endif()
6062

6163
# potentially build the examples

0 commit comments

Comments
 (0)