From 9a9250a79143df88c3100e509e29c00536045b6b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Feb 2019 13:09:28 +0100 Subject: cmake: Use GNUInstallDirs Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- socket_wrapper.pc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'socket_wrapper.pc.cmake') diff --git a/socket_wrapper.pc.cmake b/socket_wrapper.pc.cmake index 241e4d6..80d205a 100644 --- a/socket_wrapper.pc.cmake +++ b/socket_wrapper.pc.cmake @@ -1,4 +1,4 @@ Name: @PROJECT_NAME@ Description: The socket_wrapper library Version: @PROJECT_VERSION@ -Libs: @LIB_INSTALL_DIR@/@SOCKET_WRAPPER_LIB@ +Libs: @CMAKE_INSTALL_LIBDIR@/@SOCKET_WRAPPER_LIB@ -- cgit