This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c4e672358c
CMake
/
Tests
/
RunCMake
/
add_dependencies
/
NoTarget.cmake
2 lines
26 B
CMake
Raw
Normal View
History
Unescape
Escape
add_dependencies: Distinguish target v. file dependencies in error (#14050) 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.
2013-03-29 22:53:36 +04:00
add_dependencies
(
foo
bar
)