From 4835d3def12ad63719f2463445cf568507f9cdc5 Mon Sep 17 00:00:00 2001 From: Chad Elliott Date: Tue, 1 Nov 2022 06:20:11 -0500 Subject: Corrected the warning message. --- modules/CMakeWorkspaceCreator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- cgit v1.2.1