Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cygwin: Avoid legacy warnings in RunCMake.* tests | Brad King | 2013-08-13 | 1 | -1/+1 |
| | | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching. | ||||
* | try_compile: Add test for bad call error cases | Brad King | 2013-05-31 | 1 | -0/+3 |
Add a RunCMake.try_compile test to cover cases of bad invocation of the try_compile command. |