Author: gsim
Date: Fri Oct 10 12:41:49 2014
New Revision: 1630792

URL: http://svn.apache.org/r1630792
Log:
PROTON-657: Fix build to use detected include directory for OpenSSL

Modified:
    qpid/proton/branches/examples/proton-c/CMakeLists.txt

Modified: qpid/proton/branches/examples/proton-c/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/proton/branches/examples/proton-c/CMakeLists.txt?rev=1630792&r1=1630791&r2=1630792&view=diff
==============================================================================
--- qpid/proton/branches/examples/proton-c/CMakeLists.txt (original)
+++ qpid/proton/branches/examples/proton-c/CMakeLists.txt Fri Oct 10 12:41:49 
2014
@@ -93,6 +93,7 @@ endif(PN_WINAPI)
 # Link in openssl if present
 if (SSL_IMPL STREQUAL openssl)
   set (pn_driver_ssl_impl src/ssl/openssl.c)
+  include_directories ("${OPENSSL_INCLUDE_DIR}")
   set (SSL_LIB ${OPENSSL_LIBRARIES})
 else (SSL_IMPL STREQUAL openssl)
   set (pn_driver_ssl_impl src/ssl/ssl_stub.c)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to