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