Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Update RunCMake.include cmake_minimum_required version | Brad King | 2023-03-07 | 1 | -3/+3 |
| | | | | | | | | This was missed in commit 1edf138506 (Tests/RunCMake: Update cmake_minimum_required versions, 2023-02-06). Also tighten up some expected stderr content to catch these cases during similar updates in the future. | ||||
* | include: Ignore empty string as file name (#13388) | Brad King | 2012-07-10 | 1 | -0/+5 |
Previously CMake silently accepted the empty string and added a bogus dependency on the current directory. Instead warn about the empty file name and ignore it. We cannot make this an error because there may be existing projects that accidentally depend on the old behavior. Add a RunCMake.include test to cover this case. |