cmake: Fix cmake config files install
authorAndreas Schneider <asn@samba.org>
Mon, 15 Jul 2019 08:53:53 +0000 (10:53 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 15 Jul 2019 08:53:53 +0000 (10:53 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
CMakeLists.txt

index 3b2f8554a6b714340b3e31d5ee01b424b14812e2..4e6a61be8cf8953eed9c5709dd4d99f89c96e5d8 100644 (file)
@@ -75,7 +75,7 @@ install(
         ${CMAKE_CURRENT_BINARY_DIR}/uid_wrapper-config-version.cmake
         ${CMAKE_CURRENT_BINARY_DIR}/uid_wrapper-config.cmake
     DESTINATION
-        ${CMAKE_INSTALL_LIBDIR}/uid_wrapper
+        ${CMAKE_INSTALL_LIBDIR}/cmake/uid_wrapper
     COMPONENT
         devel
 )