summaryrefslogtreecommitdiffstats
path: root/Modules/FindGTest.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-08-08 13:29:41 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-08-08 13:29:48 (GMT)
commitdb6ea482f6a9905e643b0c343cc545df936c71dc (patch)
treec6da60e8de7ade9d1b0a7a9f5d2d1b663613c79e /Modules/FindGTest.cmake
parent3ce807f3925c1771d21e6ea5b2203208ac0186db (diff)
parentbfcda4013a52e81a1ffc2f10a6006ba75b9b607d (diff)
downloadCMake-db6ea482f6a9905e643b0c343cc545df936c71dc.zip
CMake-db6ea482f6a9905e643b0c343cc545df936c71dc.tar.gz
CMake-db6ea482f6a9905e643b0c343cc545df936c71dc.tar.bz2
Merge topic 'gtest-dynamic-discovery'
bfcda401 Add dynamic test discovery for for Google Test Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1056
Diffstat (limited to 'Modules/FindGTest.cmake')
-rw-r--r--Modules/FindGTest.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGTest.cmake b/Modules/FindGTest.cmake
index c4b4535..cb71ef1 100644
--- a/Modules/FindGTest.cmake
+++ b/Modules/FindGTest.cmake
@@ -71,7 +71,7 @@
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#
# See :module:`GoogleTest` for information on the :command:`gtest_add_tests`
-# command.
+# and :command:`gtest_discover_tests` commands.
include(${CMAKE_CURRENT_LIST_DIR}/GoogleTest.cmake)