Charles Giessen 0b65649543 Fix gtest_force_shared_crt in CMake 3.15+
With CMake 3.15, a new mechanism was added to control which CRT
libraries link to. Because the minimum CMake version is above 3.15,
googletest can leverage it in the implementation of
gtest_force_shared_crt.

If CMAKE_MSVC_RUNTIME_LIBRARY is already defined, googletest will
respect its value rather than replace it, allowing for users to
customize the exact CRT used by googletest.
2025-12-03 15:52:55 -06:00
..
Config.cmake.in Allow using external absl and re2. 2023-12-01 23:09:53 +01:00
gtest_main.pc.in Ensure that gtest/gmock pkgconfig requirements specify version 2020-03-21 06:38:09 -04:00
gtest.pc.in Merge pull request #2556 from ienorand:avoid-pkg-config-lpthread-cflag 2019-11-13 17:03:46 -05:00
internal_utils.cmake Fix gtest_force_shared_crt in CMake 3.15+ 2025-12-03 15:52:55 -06:00
libgtest.la.in Generate a libgtest.la to help libtool managing dependencies 2019-02-11 20:17:34 +01:00