From d21ebcb2444a4b6001c5997f7004bd5cf917d71b Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 18 Apr 2015 14:50:37 +0200 Subject: cmMakefile: Swap parameters of calls to ReadListFile. The version with a null first parameter is now equivalent. --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index bc225ff..51f9a57 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -526,7 +526,7 @@ bool cmMakefile::ProcessBuildsystemFile(const char* listfile) { this->AddDefinition("CMAKE_PARENT_LIST_FILE", listfile); this->cmCurrentListFile = listfile; - return this->ReadListFile(listfile, 0, true, + return this->ReadListFile(0, listfile, true, this->cmStartDirectory == this->cmHomeDirectory); } -- cgit v0.12