From 291312c5e4774307a79365623065764220a673e9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 16 Apr 2014 15:45:06 +0200 Subject: cmake: Install cmake config files to the correct directory. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- cgit