From 657ed1fac3642dca621b8c7b00fbdd93d508ec5f Mon Sep 17 00:00:00 2001 From: YohanPipereau Date: Mon, 17 Jun 2019 16:06:44 +0200 Subject: Minor changes to Cmake/Make system - Verbose mode to run scvpp unit test - Set scvpp unit test timeout to 60 seconds - Set cmake required version number to 3.0 - Set libscvpp pkgconfig file version to PROJECT_VERSION Variable used in CmakeListt Change-Id: I07c4ecb805a820c78007773f2f3ff68ee5be9cc3 Signed-off-by: YohanPipereau --- src/scvpp/libscvpp.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scvpp/libscvpp.pc.in') diff --git a/src/scvpp/libscvpp.pc.in b/src/scvpp/libscvpp.pc.in index ce996e3..f11ed75 100644 --- a/src/scvpp/libscvpp.pc.in +++ b/src/scvpp/libscvpp.pc.in @@ -4,7 +4,7 @@ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@ Name: scvpp Description: VPP-Sweetcomb-Sysrepo integration library -Version: 0.0.1 +Version: @PROJECT_VERSION@ Libs: -L${libdir} -lscvpp Cflags: -I${includedir} -- cgit 1.2.3-korg