From 0053c607acb62f3c7ae66ba0d881d63a2d0bd03e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 9 Aug 2018 11:16:29 +0200 Subject: cmake: Require at least cmake 3.2.0 This allows us to modernize the CMakeLists.txt Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher --- socket_wrapper.pc.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'socket_wrapper.pc.cmake') diff --git a/socket_wrapper.pc.cmake b/socket_wrapper.pc.cmake index 6dc71f7..241e4d6 100644 --- a/socket_wrapper.pc.cmake +++ b/socket_wrapper.pc.cmake @@ -1,4 +1,4 @@ -Name: @APPLICATION_NAME@ +Name: @PROJECT_NAME@ Description: The socket_wrapper library -Version: @APPLICATION_VERSION@ +Version: @PROJECT_VERSION@ Libs: @LIB_INSTALL_DIR@/@SOCKET_WRAPPER_LIB@ -- cgit