mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
Parser: Out-of-line conditional code to cmMakefile
Simplify parser API.
This commit is contained in:
@@ -158,7 +158,7 @@ private:
|
||||
|
||||
struct cmListFile
|
||||
{
|
||||
bool ParseFile(const char* path, bool topLevel, cmMakefile* mf);
|
||||
bool ParseFile(const char* path, cmMakefile* mf);
|
||||
|
||||
std::vector<cmListFileFunction> Functions;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user