diff options
-rw-r--r-- | Source/cmFindPackageCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindPackageCommand.cxx b/Source/cmFindPackageCommand.cxx index a763f18..0347d58 100644 --- a/Source/cmFindPackageCommand.cxx +++ b/Source/cmFindPackageCommand.cxx @@ -2208,7 +2208,7 @@ private: bool cmFileListGeneratorBase::Search(cmFileList& listing) { - return this->Search("", listing); + return this->Search(std::string{}, listing); } cmFileListGeneratorBase* cmFileListGeneratorBase::SetNext( |