From 3549237957a111154abe3594966395c3aeee4a37 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 21 Mar 2020 05:44:09 -0400 Subject: Ensure that gtest/gmock pkgconfig requirements specify version Google Test and Google Mock require matching versions to work, so this requirement should be described in the pkgconfig files. This change is derived from the one used for the Fedora gtest package. Signed-off-by: Neal Gompa --- googletest/cmake/gtest_main.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'googletest') diff --git a/googletest/cmake/gtest_main.pc.in b/googletest/cmake/gtest_main.pc.in index 1e01bd19..38c88c54 100644 --- a/googletest/cmake/gtest_main.pc.in +++ b/googletest/cmake/gtest_main.pc.in @@ -5,6 +5,6 @@ Name: gtest_main Description: GoogleTest (with main() function) Version: @PROJECT_VERSION@ URL: https://github.com/google/googletest -Requires: gtest +Requires: gtest = @PROJECT_VERSION@ Libs: -L${libdir} -lgtest_main @CMAKE_THREAD_LIBS_INIT@ Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ -- cgit v1.2.3