Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a blank line to my contributed find modules to prevent copyright info ↵ | Philip Lowman | 2009-09-22 | 1 | -1/+1 |
| | | | | from showing up in CMake docs | ||||
* | ENH: Detect perl & python scripts based on CXXTEST_INCLUDE_DIR (patch from | Philip Lowman | 2009-03-03 | 1 | -2/+7 |
| | | | | Tyler Roscoe on mailing list). | ||||
* | STYLE: Clarified example to illustrate need to call target_link_libraries() ↵ | Philip Lowman | 2009-02-10 | 1 | -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 Lowman | 2009-01-08 | 1 | -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 Lowman | 2008-12-12 | 1 | -0/+90 |
testing framework within CTest |