From bb15cc86efad0b481219efd9a92a48bd5e187d55 Mon Sep 17 00:00:00 2001 From: Carlos O'Ryan Date: Wed, 8 Sep 2021 12:38:57 +0000 Subject: [PATCH] fix: use correct version macro for pkg-config --- google/cloud/functions/config.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/functions/config.pc.in b/google/cloud/functions/config.pc.in index f39fc77d..21072619 100644 --- a/google/cloud/functions/config.pc.in +++ b/google/cloud/functions/config.pc.in @@ -20,7 +20,7 @@ includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@ Name: Functions Framework for C++ Description: A framework to support C++ Google Cloud Functions Requires: -Version: @FUNCTIONS_FRAMEWORK_CPP_VERSION@ +Version: @PROJECT_VERSION@ Libs: -L${libdir} -lboost_program_options -lboost_beast Cflags: -I${includedir}