summaryrefslogtreecommitdiffstats
path: root/Modules/FindCxxTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add a blank line to my contributed find modules to prevent copyright info ↵Philip Lowman2009-09-221-1/+1
| | | | from showing up in CMake docs
* ENH: Detect perl & python scripts based on CXXTEST_INCLUDE_DIR (patch fromPhilip Lowman2009-03-031-2/+7
| | | | Tyler Roscoe on mailing list).
* STYLE: Clarified example to illustrate need to call target_link_libraries() ↵Philip Lowman2009-02-101-33/+46
| | | | in response to Issue #8485. Changed CMake commands to lowercase. Added licensing info to copyright
* BUG: Fixed CXXTEST_INCLUDE_DIRS so it will work properly with NOTFOUND.Philip Lowman2009-01-081-24/+47
| | | | | Also eliminated superfluous CXXTEST_FOUND assignment and cleaned up the code and added additional documentation. Tagged v1.0.
* ENH: Added FindCxxTest module to assist others in using the CxxTest unit ↵Philip Lowman2008-12-121-0/+90
testing framework within CTest