diff options
author | Brad King <brad.king@kitware.com> | 2017-08-08 13:29:41 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-08-08 13:29:48 (GMT) |
commit | db6ea482f6a9905e643b0c343cc545df936c71dc (patch) | |
tree | c6da60e8de7ade9d1b0a7a9f5d2d1b663613c79e /Modules/FindGTest.cmake | |
parent | 3ce807f3925c1771d21e6ea5b2203208ac0186db (diff) | |
parent | bfcda4013a52e81a1ffc2f10a6006ba75b9b607d (diff) | |
download | CMake-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.cmake | 2 |
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) |