diff options
author | Brad King <brad.king@kitware.com> | 2024-01-10 18:47:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-01-10 18:48:09 (GMT) |
commit | 5b302bf5fe220ae268baa420105b30a34bde5d28 (patch) | |
tree | 1ff6a0b31684adb1419dbd987d20c2b6689368a9 /Modules/FindCxxTest.cmake | |
parent | 1e8b283554bddc1461eb243ac0079b330d8f1105 (diff) | |
download | CMake-5b302bf5fe220ae268baa420105b30a34bde5d28.zip CMake-5b302bf5fe220ae268baa420105b30a34bde5d28.tar.gz CMake-5b302bf5fe220ae268baa420105b30a34bde5d28.tar.bz2 |
FindCxxTest: Drop broken anchor on link to cxxtest project page
Diffstat (limited to 'Modules/FindCxxTest.cmake')
-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 ^^^^^^^^^^^^^^^ |