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
180538c706
CMake
/
Tests
/
InterfaceLibrary
/
ifacedir
/
sub.cpp
2 lines
24 B
C++
Raw
Normal View
History
Unescape
Escape
Fix scope of transitive target name lookups In cmTarget, cmGeneratorTarget, and cmGeneratorExpressionEvaluator, fix target name lookups to occur in the cmMakefile context of the target that referenced the name, not the current 'head' target. The context matters for imported targets because they are directory-scoped instead of globally unique. We already do this in cmComputeLinkDepends and cmComputeTargetDepends. Extend the InterfaceLibrary test with an example covering this behavior.
2014-06-16 18:10:18 +04:00
int
sub
(
)
{
return
0
;
}