mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing them
This commit is contained in:
@@ -231,7 +231,8 @@ protected:
|
||||
|
||||
// Helper methods for dependency updates.
|
||||
bool ScanDependencies(
|
||||
const std::string& targetDir,
|
||||
std::string const& targetDir, std::string const& dependFile,
|
||||
std::string const& internalDependFile,
|
||||
std::map<std::string, cmDepends::DependencyVector>& validDeps);
|
||||
void CheckMultipleOutputs(bool verbose);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user