summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmSetTargetPropertiesCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.cxx b/Source/cmSetTargetPropertiesCommand.cxx
index e7532b3..41fce79 100644
--- a/Source/cmSetTargetPropertiesCommand.cxx
+++ b/Source/cmSetTargetPropertiesCommand.cxx
@@ -92,6 +92,7 @@ bool cmSetTargetPropertiesCommand::InitialPass(
std::string message = "Can not find target to add properties to: ";
message += args[i];
this->SetError(message.c_str());
+ return false;
}
}
return true;