aboutsummaryrefslogtreecommitdiff
path: root/socket_wrapper-config.cmake.in
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-02-15 13:09:28 +0100
committerAndreas Schneider <asn@samba.org>2019-02-20 17:23:41 +0100
commit9a9250a79143df88c3100e509e29c00536045b6b (patch)
tree731afc2315530af5ae601c27a94c6c7d944aa2b6 /socket_wrapper-config.cmake.in
parent24e597330ec6fbbdc149d798e70d6ed48729bd84 (diff)
downloadsocket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.tar.gz
socket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.tar.xz
socket_wrapper-9a9250a79143df88c3100e509e29c00536045b6b.zip
cmake: Use GNUInstallDirs
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'socket_wrapper-config.cmake.in')
-rw-r--r--socket_wrapper-config.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket_wrapper-config.cmake.in b/socket_wrapper-config.cmake.in
index 7bedd79..bbbe337 100644
--- a/socket_wrapper-config.cmake.in
+++ b/socket_wrapper-config.cmake.in
@@ -1 +1 @@
-set(SOCKET_WRAPPER_LIBRARY @LIB_INSTALL_DIR@/@SOCKET_WRAPPER_LIB@)
+set(SOCKET_WRAPPER_LIBRARY @CMAKE_INSTALL_FULL_LIBDIR@/@SOCKET_WRAPPER_LIB@)