mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
ENH: add checking for NOTFOUND
This commit is contained in:
@@ -234,7 +234,7 @@ std::string cmFindPackageCommand::SearchForConfig() const
|
||||
}
|
||||
}
|
||||
|
||||
return "NOTFOUND";
|
||||
return this->Variable + "-NOTFOUND";
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user