diff options
author | Artur Ryt <artur.ryt@gmail.com> | 2018-12-13 19:45:17 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-12-29 21:31:09 (GMT) |
commit | cbf0c0fce4dfe23912f7cc012c6f0234a5fd694b (patch) | |
tree | 39a75140d073d822c226a5caa19d4cb0769781bb /Source/cmMakefile.h | |
parent | 1d32a35c10b384e8eb0dd2ce68c7bd11424409ac (diff) | |
download | CMake-cbf0c0fce4dfe23912f7cc012c6f0234a5fd694b.zip CMake-cbf0c0fce4dfe23912f7cc012c6f0234a5fd694b.tar.gz CMake-cbf0c0fce4dfe23912f7cc012c6f0234a5fd694b.tar.bz2 |
cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file
Fixes: #18489
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 1a2a0e7..1607735 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -990,7 +990,7 @@ private: cmake::MessageType ExpandVariablesInStringNew( std::string& errorstr, std::string& source, bool escapeQuotes, bool noEscapes, bool atOnly, const char* filename, long line, - bool removeEmpty, bool replaceAt) const; + bool replaceAt) const; /** * Old version of GetSourceFileWithOutput(const std::string&) kept for * backward-compatibility. It implements a linear search and support |