CMake/Tests/AliasTarget
Stephen Kelly 4ce9742ae3 Alias: Fix access at generate-time (#15832)
Commit c389f8bb (cmLocalGenerator: Port Find method away from
GetGeneratorTarget, 2015-10-25) ported the implementation of
FindGeneratorTargetToUse away from the FindTargetToUse method,
but neglected to handle alias targets.

The latter method has a parameter to determine whether to
include alias targets in the search, but as that is only
needed at configure time, this generate-time equivalent does
not need the condition.
2015-11-08 13:54:49 +01:00
..
subdir Alias: Fix access at generate-time (#15832) 2015-11-08 13:54:49 +01:00
CMakeLists.txt Alias: Fix access at generate-time (#15832) 2015-11-08 13:54:49 +01:00
bat.cpp Add the ALIAS target concept for libraries and executables. 2013-08-02 15:21:00 +02:00
commandgenerator.cpp Add the ALIAS target concept for libraries and executables. 2013-08-02 15:21:00 +02:00
empty.cpp Add the ALIAS target concept for libraries and executables. 2013-08-02 15:21:00 +02:00
object.cpp Add the ALIAS target concept for libraries and executables. 2013-08-02 15:21:00 +02:00
object.h Add the ALIAS target concept for libraries and executables. 2013-08-02 15:21:00 +02:00
targetgenerator.cpp Add the ALIAS target concept for libraries and executables. 2013-08-02 15:21:00 +02:00