summaryrefslogtreecommitdiffstats
path: root/googletest/cmake
diff options
context:
space:
mode:
authorNeal Gompa <ngompa13@gmail.com>2020-03-21 09:44:09 (GMT)
committerNeal Gompa <ngompa13@gmail.com>2020-03-21 10:38:09 (GMT)
commit3549237957a111154abe3594966395c3aeee4a37 (patch)
tree2d68267e53074797eb2db825370b59930d44d9d7 /googletest/cmake
parent749148f1accc346d94825358a9a745b852961a11 (diff)
downloadgoogletest-3549237957a111154abe3594966395c3aeee4a37.zip
googletest-3549237957a111154abe3594966395c3aeee4a37.tar.gz
googletest-3549237957a111154abe3594966395c3aeee4a37.tar.bz2
Ensure that gtest/gmock pkgconfig requirements specify versionrefs/pull/2756/head
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 <ngompa13@gmail.com>
Diffstat (limited to 'googletest/cmake')
-rw-r--r--googletest/cmake/gtest_main.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/cmake/gtest_main.pc.in b/googletest/cmake/gtest_main.pc.in
index 1e01bd1..38c88c5 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@