|
|
@@ -84,12 +84,7 @@ public:
|
|
|
*/
|
|
|
~cmMakefile();
|
|
|
|
|
|
- /**
|
|
|
- * Read and parse a CMakeLists.txt file.
|
|
|
- */
|
|
|
- bool ReadListFile(const char* listfile,
|
|
|
- bool noPolicyScope = true,
|
|
|
- bool requireProjectCommand = false);
|
|
|
+ bool ReadListFile(const char* listfile);
|
|
|
|
|
|
bool ReadDependentFile(const char* listfile, bool noPolicyScope = true);
|
|
|
|
|
|
@@ -902,6 +897,10 @@ private:
|
|
|
|
|
|
cmState::Snapshot StateSnapshot;
|
|
|
|
|
|
+ bool ReadListFile(const char* listfile,
|
|
|
+ bool noPolicyScope,
|
|
|
+ bool requireProjectCommand);
|
|
|
+
|
|
|
bool ReadListFileInternal(const char* filenametoread,
|
|
|
bool noPolicyScope,
|
|
|
bool requireProjectCommand);
|