mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
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.
4 lines
39 B
CMake
4 lines
39 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(NoTarget)
|