summaryrefslogtreecommitdiffstats
path: root/Source/cmDocumentGeneratorExpressions.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-02-23 12:30:38 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-02-25 14:35:11 (GMT)
commitcbf07569ed0a1e64b7131ba989c2cc16f1e3c16f (patch)
treeac4a89f92dd315a9f375c23cad5bb1d1d4538323 /Source/cmDocumentGeneratorExpressions.h
parent21a342c8b16df2cc9ea34ef494ba8ffd7f3a450a (diff)
downloadCMake-cbf07569ed0a1e64b7131ba989c2cc16f1e3c16f.zip
CMake-cbf07569ed0a1e64b7131ba989c2cc16f1e3c16f.tar.gz
CMake-cbf07569ed0a1e64b7131ba989c2cc16f1e3c16f.tar.bz2
Revert "Add the TARGET_DEFINED generator expression"
This reverts commit 2bee6f5ba5b3f33817cc00e056a7df60d05c9399. This expression is not used, and has a semantic which is not completely optimal (namely considering utility targets to be targets, though usually we are interested in linkable targets). Remove it so that we have more freedom to define better expressions in the future. Conflicts: Source/cmGeneratorExpressionEvaluator.cxx Tests/CMakeCommands/target_compile_definitions/CMakeLists.txt Tests/CMakeCommands/target_compile_definitions/consumer.cpp
Diffstat (limited to 'Source/cmDocumentGeneratorExpressions.h')
-rw-r--r--Source/cmDocumentGeneratorExpressions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmDocumentGeneratorExpressions.h b/Source/cmDocumentGeneratorExpressions.h
index 8b80a8a..76a60c3 100644
--- a/Source/cmDocumentGeneratorExpressions.h
+++ b/Source/cmDocumentGeneratorExpressions.h
@@ -37,7 +37,6 @@
"target in the same buildsystem. Expands to the empty string " \
"otherwise.\n" \
" $<TARGET_FILE:tgt> = main file (.exe, .so.1.2, .a)\n" \
- " $<TARGET_DEFINED:tgt> = '1' if tgt is a target, else '0'\n" \
" $<TARGET_LINKER_FILE:tgt> = file used to link (.a, .lib, .so)\n" \
" $<TARGET_SONAME_FILE:tgt> = file with soname (.so.3)\n" \
"where \"tgt\" is the name of a target. " \