summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/cmake_depends-check.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Tolerate a BOM while scanning source dependencies (#15493)Brad King2015-04-031-0/+13
Otherwise an #include directive on the first line of a source file is ignored if the file contains a Byte-Order-Mark. Suggested-by: Aleksey Konovalov <konovalov.aleks@gmail.com>