We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532cc73 commit 9e068e5Copy full SHA for 9e068e5
CMakeLists.txt
@@ -56,6 +56,8 @@ aux_source_directory(src src_MAIN)
56
if(AMQP-CPP_LINUX_TCP)
57
#add_subdirectory(src/linux_tcp)
58
aux_source_directory(src/linux_tcp src_LINUX_TCP)
59
+ find_path(OPENSSL_INCLUDE_DIR openssl/ssl.h)
60
+ include_directories(${OPENSSL_INCLUDE_DIR})
61
endif()
62
63
# potentially build the examples
0 commit comments