aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-04-16 15:45:06 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-04-16 15:45:33 +0200
commit291312c5e4774307a79365623065764220a673e9 (patch)
tree58fe96df518878df36534e337c156d86422a0940 /CMakeLists.txt
parente2805abbf7b4976a7eeeee3a215d00bd23aa14ef (diff)
downloadlibssh-291312c5e4774307a79365623065764220a673e9.tar.gz
libssh-291312c5e4774307a79365623065764220a673e9.tar.xz
libssh-291312c5e4774307a79365623065764220a673e9.zip
cmake: Install cmake config files to the correct directory.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcb0ae2b..b56479fe 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
)