CMake/Tests/RunCMake/include
Brad King 2e99949ccb include: Ignore empty string as file name (#13388)
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.
2012-07-10 11:05:04 -04:00
..
CMakeLists.txt include: Ignore empty string as file name (#13388) 2012-07-10 11:05:04 -04:00
EmptyString-stderr.txt include: Ignore empty string as file name (#13388) 2012-07-10 11:05:04 -04:00
EmptyString.cmake include: Ignore empty string as file name (#13388) 2012-07-10 11:05:04 -04:00
EmptyStringOptional-stderr.txt include: Ignore empty string as file name (#13388) 2012-07-10 11:05:04 -04:00
EmptyStringOptional.cmake include: Ignore empty string as file name (#13388) 2012-07-10 11:05:04 -04:00
RunCMakeTest.cmake include: Ignore empty string as file name (#13388) 2012-07-10 11:05:04 -04:00