mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
cmDepends: all members accept std::string arguments
Most `const char*` arguments converted to `const std::string&` in `cmDepends` and derived classes. In addition performed minor code cleanup.
This commit is contained in:
@@ -245,7 +245,7 @@ protected:
|
||||
|
||||
// Helper methods for dependency updates.
|
||||
bool ScanDependencies(
|
||||
const char* targetDir,
|
||||
const std::string& targetDir,
|
||||
std::map<std::string, cmDepends::DependencyVector>& validDeps);
|
||||
void CheckMultipleOutputs(bool verbose);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user