aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-03-08 12:11:10 +0000
committerAndreas Schneider <mail@cynapses.org>2009-03-08 12:11:10 +0000
commitf0b2c39d2fecfa989cd6c455f2736fb914db80ec (patch)
tree28d67a415a533868e8b9eb3ae428abe84aef6666 /include/libssh/CMakeLists.txt
parent814cde90699691d73605dc2604f431dd454852c2 (diff)
downloadlibssh-f0b2c39d2fecfa989cd6c455f2736fb914db80ec.tar.gz
libssh-f0b2c39d2fecfa989cd6c455f2736fb914db80ec.tar.xz
libssh-f0b2c39d2fecfa989cd6c455f2736fb914db80ec.zip
Fix crypto/gcrypt detection and prepare for cross compilation.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@245 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh/CMakeLists.txt')
-rw-r--r--include/libssh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt
index 3e1c3d50..05605106 100644
--- a/include/libssh/CMakeLists.txt
+++ b/include/libssh/CMakeLists.txt
@@ -14,5 +14,7 @@ INSTALL(
${libssh_HDRS}
DESTINATION
${INCLUDE_INSTALL_DIR}/${APPLICATION_NAME}
+ COMPONENT
+ libraries
)