summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include/EmptyStringOptional-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* include: Ignore empty string as file name (#13388)Brad King2012-07-101-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.