summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-11-02 17:41:54 (GMT)
committerBrad King <brad.king@kitware.com>2013-11-02 17:41:54 (GMT)
commite996b4e6dc192a11941f9c77e04aec400f4095da (patch)
tree811377df307d130ccff63fd155760778bcbb0fc1 /Source
parent71eee316c20e15401bbf6d9519288da0de54fb37 (diff)
parentd9605897788d800e892de0d201a305046510d089 (diff)
downloadCMake-e996b4e6dc192a11941f9c77e04aec400f4095da.zip
CMake-e996b4e6dc192a11941f9c77e04aec400f4095da.tar.gz
CMake-e996b4e6dc192a11941f9c77e04aec400f4095da.tar.bz2
Merge branch 'object-library-no-TARGET_FILE' into release
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGeneratorExpressionEvaluator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorExpressionEvaluator.cxx b/Source/cmGeneratorExpressionEvaluator.cxx
index abe4e70..8b31354 100644
--- a/Source/cmGeneratorExpressionEvaluator.cxx
+++ b/Source/cmGeneratorExpressionEvaluator.cxx
@@ -1277,7 +1277,7 @@ struct TargetFilesystemArtifact : public cmGeneratorExpressionNode
"No target \"" + name + "\"");
return std::string();
}
- if(target->GetType() >= cmTarget::UTILITY &&
+ if(target->GetType() >= cmTarget::OBJECT_LIBRARY &&
target->GetType() != cmTarget::UNKNOWN_LIBRARY)
{
::reportError(context, content->GetOriginalExpression(),