mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
fix #13195: avoid multiple mentions of found packages
Now before adding a package to the list of found or not-found packages, the package is remvoed from both lists before. Alex
This commit is contained in:
@@ -69,7 +69,7 @@ protected:
|
||||
virtual void GenerateDocumentation();
|
||||
private:
|
||||
void AppendSuccessInformation();
|
||||
void AppendToProperty(const char* propertyName);
|
||||
void AppendToFoundProperty(bool found);
|
||||
void SetModuleVariables(const std::string& components);
|
||||
bool FindModule(bool& found);
|
||||
void AddFindDefinition(const char* var, const char* val);
|
||||
|
||||
Reference in New Issue
Block a user