mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
* @return true unless both files exist and have modification times less
|
||||
* than 1 second apart.
|
||||
*/
|
||||
bool FileTimesDiffer(std::string const& f1, std::string const& f2);
|
||||
bool DifferS(std::string const& f1, std::string const& f2);
|
||||
|
||||
private:
|
||||
typedef std::unordered_map<std::string, cmFileTime> FileTimeMap;
|
||||
|
||||
Reference in New Issue
Block a user