summaryrefslogtreecommitdiffstats
path: root/Modules/FindCxxTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
| | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex
* 11041: Improve FindCxxTest to use Python or Perl automatically; custom flagsPhilip Lowman2010-08-201-23/+79
| | | | | | | | | | Included patch by Simone Rossetto to check if either Python or Perl are present in the system. Whichever intepreter that is detected is now used to run the test generator program. If both interpreters are detected, the CXXTEST_USE_PYTHON variable is obeyed. Also added support for CXXTEST_TESTGEN_ARGS, for manually specifying options to the CxxTest code generator.
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-8/+14
| | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* 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