From f0b2c39d2fecfa989cd6c455f2736fb914db80ec Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 8 Mar 2009 12:11:10 +0000 Subject: 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 --- include/libssh/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 ) -- cgit