cmake: Install cmake config in the correct directory.
authorAndreas Schneider <asn@samba.org>
Wed, 16 Apr 2014 13:44:10 +0000 (15:44 +0200)
committerAndreas Schneider <asn@samba.org>
Fri, 25 Apr 2014 12:26:46 +0000 (14:26 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
CMakeLists.txt

index 9696f4dcbb9a5a12227ccfe6914ec414522fd493..6c50c2c01711b520db89a1867c89e5e0e1c5c7fa 100644 (file)
@@ -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
 )