diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-21 17:30:23 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-21 18:10:45 (GMT) |
commit | ac10fc0958c94e17d89a686d1addae0ac18dc648 (patch) | |
tree | 1fa190a368731e0e022affe0ed7fbf79ca31c408 /Source/cmMakefile.h | |
parent | 155ef535974ab9e78e98da00b63f31bd5c848bd0 (diff) | |
download | CMake-ac10fc0958c94e17d89a686d1addae0ac18dc648.zip CMake-ac10fc0958c94e17d89a686d1addae0ac18dc648.tar.gz CMake-ac10fc0958c94e17d89a686d1addae0ac18dc648.tar.bz2 |
cmMakefile: Move listfile parsing responsibility.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 86bde0c..0c41268 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -918,9 +918,9 @@ private: bool noPolicyScope, bool requireProjectCommand); - bool ReadListFileInternal(const char* filenametoread, - bool noPolicyScope, - bool requireProjectCommand); + bool ReadListFileInternal(cmListFile const& cacheFile, + const char* filenametoread, + bool noPolicyScope); bool ParseDefineFlag(std::string const& definition, bool remove); |