diff --git a/Source/cmExportCommand.cxx b/Source/cmExportCommand.cxx index b4f73435af..736694209d 100644 --- a/Source/cmExportCommand.cxx +++ b/Source/cmExportCommand.cxx @@ -212,7 +212,7 @@ static bool HandleExportMode(std::vector const& args, struct ExportArguments { ArgumentParser::NonEmpty ExportSetName; - ArgumentParser::NonEmpty Namespace; + ArgumentParser::MaybeEmpty Namespace; ArgumentParser::NonEmpty Filename; ArgumentParser::NonEmpty CxxModulesDirectory; cm::optional PackageInfo;