Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Bump CMake minimum required in tests to 2.8.12 | Chuck Atkins | 2020-12-23 | 1 | -1/+1 |
| | | | | | | | Since 3.19, CMake generates a deprecation warning when using a minimum version less than 2.8.12. This eliminates those warnings generated during tests, which are typically hidden from the user and developer but are being generated nonetheless. | ||||
* | Test that missing source mentions directory (#11677) | Brad King | 2011-01-15 | 1 | -1/+1 |
| | | | | | Teach the MissingSourceFile test to verify that the directory portion of a missing source file is mentioned in the error message. | ||||
* | Report missing source files with context of target | Brad King | 2010-09-13 | 1 | -0/+3 |
Previously we reported only the CMakeLists.txt file in the directory that adds the target. |