Revision 254687d31f2f45b0d3ce9085c013ab0e15b360de authored by Stephen Kelly on 06 March 2013, 16:15:57 UTC, committed by Stephen Kelly on 06 March 2013, 16:42:08 UTC
Commit a1c4905f (Use the link information as a source of compile
definitions and includes., 2013-02-12) introduced the use of link
information as the source of target properties via the TARGET_PROPERTY
generator expression. This generator expression has a strict
interpretation of a valid target name and emits a fatal error for
invalid names.

Ensure that only targets with names valid for use with TARGET_PROPERTY
or targets which are determined by generator expressions are processed
by it. This means that at worst, invalid target names do not participate
in the transitive evaluation of properties, but the validation
generator expression can be extended where needed to resolve that.
1 parent efdf152
History
File Mode Size
bash-completion
CMakeLists.txt -rw-r--r-- 298 bytes
cmake-help.vim -rw-r--r-- 668 bytes
cmake-indent.vim -rw-r--r-- 2.8 KB
cmake-mode.el -rw-r--r-- 11.4 KB
cmake-syntax.vim -rw-r--r-- 4.4 KB

back to top