diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-18 12:50:33 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-18 13:29:18 (GMT) |
commit | 813cd719c41b05df7a22ad3ebd267cc9bfc2505e (patch) | |
tree | ea98ce130a3346a18f31539b11ae6f5fcfb46d32 /Source/cmMakefile.h | |
parent | 5c201f1ee6cc19e0f1871048a6a6af9056c5780f (diff) | |
download | CMake-813cd719c41b05df7a22ad3ebd267cc9bfc2505e.zip CMake-813cd719c41b05df7a22ad3ebd267cc9bfc2505e.tar.gz CMake-813cd719c41b05df7a22ad3ebd267cc9bfc2505e.tar.bz2 |
cmMakefile: Determine the file to read before calling Internal.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 88faed9..2664d8e 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -992,8 +992,8 @@ private: void Initialize(); - bool ReadListFileInternal(const char* filename_in, - const char* external_in, + + bool ReadListFileInternal(const char* filenametoread, bool noPolicyScope, bool requireProjectCommand); |