From f79b7fa04ba9e6da442e81e46080de5be19f0eac Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 16 Apr 2014 15:44:10 +0200 Subject: cmake: Install cmake config in the correct directory. Signed-off-by: Andreas Schneider Reviewed-by: Michael Adam --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9696f4d..6c50c2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,7 +77,7 @@ install( ${CMAKE_CURRENT_BINARY_DIR}/socket_wrapper-config-version.cmake ${CMAKE_CURRENT_BINARY_DIR}/socket_wrapper-config.cmake DESTINATION - ${CMAKE_INSTALL_DIR} + ${CMAKE_INSTALL_DIR}/socket_wrapper COMPONENT devel ) -- cgit