summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2022-11-01 06:20:11 -0500
committerChad Elliott <elliottc@objectcomputing.com>2022-11-01 06:20:11 -0500
commit4835d3def12ad63719f2463445cf568507f9cdc5 (patch)
treefcf64dcb09baca666c6aa29e39e8188636347925
parent3e14ac84144260c21fefe113a990f03e6676d6eb (diff)
downloadMPC-4835d3def12ad63719f2463445cf568507f9cdc5.tar.gz
Corrected the warning message.
-rw-r--r--modules/CMakeWorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/CMakeWorkspaceCreator.pm b/modules/CMakeWorkspaceCreator.pm
index 9c3c93d9..fc5c3a80 100644
--- a/modules/CMakeWorkspaceCreator.pm
+++ b/modules/CMakeWorkspaceCreator.pm
@@ -75,7 +75,7 @@ sub write_and_compare_file {
push(@project_dirs, $dir);
}
else {
- $self->warning("Multiple projects in the same workspace are not " .
+ $self->warning("Multiple projects in the same directory are not " .
"supported: $dir");
}
}