diff options
author | Brad King <brad.king@kitware.com> | 2023-06-23 13:08:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-06-23 16:20:03 (GMT) |
commit | dfe0f589624727d1b8c75efdbdf03459d8d58bc5 (patch) | |
tree | 35707c7c3ee8c51430d6929545372c2af598248c /Modules | |
parent | f58c7659d8652c1172fc15a0bae9d71ee477c1eb (diff) | |
download | CMake-dfe0f589624727d1b8c75efdbdf03459d8d58bc5.zip CMake-dfe0f589624727d1b8c75efdbdf03459d8d58bc5.tar.gz CMake-dfe0f589624727d1b8c75efdbdf03459d8d58bc5.tar.bz2 |
FindCxxTest: Update link to cxxtest project page
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/FindCxxTest.cmake | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Modules/FindCxxTest.cmake b/Modules/FindCxxTest.cmake index 04f8b59..a58c4c2 100644 --- a/Modules/FindCxxTest.cmake +++ b/Modules/FindCxxTest.cmake @@ -7,9 +7,10 @@ FindCxxTest Find CxxTest unit testing framework. -Find the CxxTest suite and declare a helper macro for creating unit -tests and integrating them with CTest. For more details on CxxTest -see https://cxxtest.com +Find the `CxxTest`_ suite and declare a helper macro for creating +unit tests and integrating them with CTest. + +.. _`CxxTest`: https://github.com/CxxTest/cxxtest#readme INPUT Variables |