mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-17 09:11:36 -05:00
This updates the module documentation and deprecates some result variables in favor of using imported targets. Changes: - Synced module documentation with other similar find modules. - Reworded and updated descriptions. - Renamed "Cache Variables" to "Hints". - Added info about config mode. - Added separate section "Deprecated Items". - Mention of Threads::Threads imported target removed.
8 lines
277 B
ReStructuredText
8 lines
277 B
ReStructuredText
FindGTest
|
|
---------
|
|
|
|
* The :module:`FindGTest` module's result variables ``GTEST_INCLUDE_DIRS``,
|
|
``GTEST_LIBRARIES``, ``GTEST_MAIN_LIBRARIES``, and ``GTEST_BOTH_LIBRARIES``
|
|
are now deprecated in favor of using ``GTest::gtest`` and
|
|
``GTest::gtest_main`` imported targets.
|