Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ctest_build: ignore ANSI color | Zack Galbreath | 2019-08-22 | 1 | -1/+4 |
| | | | | Ignore ANSI color when scraping logs for errors and warnings | ||||
* | ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to project | Bill Hoffman | 2016-10-17 | 1 | -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 -i | Brad King | 2015-05-12 | 1 | -1/+3 |
| | | | | Add policy CMP0061 to maintain compatibility for existing projects. | ||||
* | ctest_build: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -0/+15 |