aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-04-16 15:44:10 +0200
committerAndreas Schneider <asn@samba.org>2014-04-25 14:26:46 +0200
commitf79b7fa04ba9e6da442e81e46080de5be19f0eac (patch)
treeb6ea314aeb0ad850edbe5a31cf7eff4d776f17aa /CMakeLists.txt
parentd242129438adb6560f9c31383981cad46588bd90 (diff)
downloadsocket_wrapper-f79b7fa04ba9e6da442e81e46080de5be19f0eac.tar.gz
socket_wrapper-f79b7fa04ba9e6da442e81e46080de5be19f0eac.tar.xz
socket_wrapper-f79b7fa04ba9e6da442e81e46080de5be19f0eac.zip
cmake: Install cmake config in the correct directory.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
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 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
)