diff options
author | Brad King <brad.king@kitware.com> | 2024-01-11 15:01:32 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2024-01-11 15:01:41 (GMT) |
commit | d3d6c41d7f5d0267874ba3579a71247306e070ec (patch) | |
tree | f777208e1f62a4ffc241bd524bbfef3b4d1d3ac0 | |
parent | 4bc3317c64960d15bd1396871de4cba67aea3b29 (diff) | |
parent | 5b302bf5fe220ae268baa420105b30a34bde5d28 (diff) | |
download | CMake-d3d6c41d7f5d0267874ba3579a71247306e070ec.zip CMake-d3d6c41d7f5d0267874ba3579a71247306e070ec.tar.gz CMake-d3d6c41d7f5d0267874ba3579a71247306e070ec.tar.bz2 |
Merge topic 'ci-linkcheck'
5b302bf5fe FindCxxTest: Drop broken anchor on link to cxxtest project page
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9146
-rw-r--r-- | Modules/FindCxxTest.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCxxTest.cmake b/Modules/FindCxxTest.cmake index 714927f..a3283fa 100644 --- a/Modules/FindCxxTest.cmake +++ b/Modules/FindCxxTest.cmake @@ -10,7 +10,7 @@ Find CxxTest unit testing framework. 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 +.. _`CxxTest`: https://github.com/CxxTest/cxxtest Input Variables ^^^^^^^^^^^^^^^ |