cmake: Fix path to nss_wrapper library
authorAndreas Schneider <asn@samba.org>
Wed, 6 Nov 2019 17:43:29 +0000 (18:43 +0100)
committerAndreas Schneider <asn@samba.org>
Wed, 6 Nov 2019 17:43:55 +0000 (18:43 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
nss_wrapper-config.cmake.in

index 8f10f25055989e5b5182a64badcae02cf02cf9ad..9375f5cb03fbf4e037b068de6138c329402bed17 100644 (file)
@@ -1 +1 @@
-set(NSS_WRAPPER_LIBRARY @CMAKE_INSTALL_LIBDIR@/@NSS_WRAPPER_LIB@)
+set(NSS_WRAPPER_LIBRARY @CMAKE_INSTALL_FULL_LIBDIR@/@NSS_WRAPPER_LIB@)