aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-08-21 14:54:24 +0200
committerAndreas Schneider <mail@cynapses.org>2009-08-21 14:54:24 +0200
commitfc0af0f0d879fbb207f7d4c236d191590a639e1a (patch)
tree0bf2aa934416b2e1083d87b5de9173d3fd1e5121
parent330c2004a181f7ad3566aa980a8a501348358439 (diff)
downloadlibssh-fc0af0f0d879fbb207f7d4c236d191590a639e1a.tar.gz
libssh-fc0af0f0d879fbb207f7d4c236d191590a639e1a.tar.xz
libssh-fc0af0f0d879fbb207f7d4c236d191590a639e1a.zip
Add openssl include dir on Solaris.
-rw-r--r--cmake/Modules/FindOpenSSL.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/Modules/FindOpenSSL.cmake b/cmake/Modules/FindOpenSSL.cmake
index c74ea48..bc40706 100644
--- a/cmake/Modules/FindOpenSSL.cmake
+++ b/cmake/Modules/FindOpenSSL.cmake
@@ -40,6 +40,7 @@ else (OPENSSL_LIBRARIES AND OPENSSL_INCLUDE_DIRS)
/usr/local/ssl/include
/opt/local/include
/sw/include
+ /usr/lib/sfw/include
)
mark_as_advanced(OPENSSL_INCLUDE_DIR)