summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/add_dependencies/NoTarget.cmake
Commit message (Collapse)AuthorAgeFilesLines
* add_dependencies: Distinguish target v. file dependencies in error (#14050)Brad King2013-03-291-0/+1
When called with a non-existent LHS target name the user may be trying to add file-level dependencies. Clarify the error message to explain the difference between target-level and file-level dependencies. Point the reader at the commands and options needed for the latter.