aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/cmake/gtest_main.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/cmake/gtest_main.pc.in')
-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 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@