Inline unary LoadCache.

This commit is contained in:
Stephen Kelly
2015-10-10 15:13:08 +02:00
parent bec3487fa9
commit a02e53eb94
3 changed files with 2 additions and 8 deletions
-1
View File
@@ -99,7 +99,6 @@ public:
}
///! Load a cache for given makefile. Loads from path/CMakeCache.txt.
bool LoadCache(const std::string& path);
bool LoadCache(const std::string& path, bool internal,
std::set<std::string>& excludes,
std::set<std::string>& includes);