aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-04-16 15:45:06 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-04-22 09:10:05 +0200
commit2691ed595e10e95afcab30066e27c00d3962dd42 (patch)
treeeaa072fd93cb9b5f175aad85ae5efe913e8b3142
parent7b133cf9f5be6b04e1d4fe690a8523e04a9289d0 (diff)
downloadlibssh-2691ed595e10e95afcab30066e27c00d3962dd42.tar.gz
libssh-2691ed595e10e95afcab30066e27c00d3962dd42.tar.xz
libssh-2691ed595e10e95afcab30066e27c00d3962dd42.zip
cmake: Install cmake config files to the correct directory.
(cherry picked from commit 291312c5e4774307a79365623065764220a673e9)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dde98472..46110cc3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -104,7 +104,7 @@ install(
${CMAKE_CURRENT_BINARY_DIR}/libssh-config.cmake
${CMAKE_CURRENT_BINARY_DIR}/libssh-config-version.cmake
DESTINATION
- ${CMAKE_INSTALL_DIR}
+ ${CMAKE_INSTALL_DIR}/libssh
COMPONENT
devel
)