summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ctest_build/test.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* ctest_build: ignore ANSI colorZack Galbreath2019-08-221-1/+4
| | | | Ignore ANSI color when scraping logs for errors and warnings
* ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-171-0/+1
| | | | | | | | If `CTEST_USE_LAUNCHERS` is `TRUE` in a CTest script then the `ctest_configure` command will add `-DCTEST_USE_LAUNCHERS:BOOL=TRUE` to the cmake command used to configure the project. This allows a project to only set `CTEST_USE_LAUNCHERS` in a ctest script and have launchers work.
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-1/+3
| | | | Add policy CMP0061 to maintain compatibility for existing projects.
* ctest_build: Add QUIET optionZack Galbreath2015-02-231-0/+15