summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-10-21 13:16:49 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-10-21 13:16:49 (GMT)
commite2d4bfef3fe24ba5846abbb2dc2c2e0ef58a21f5 (patch)
treedc99dc7c2fdfc9d49ef71c78290afbaf9a3a64d1 /Source/cmMakefile.h
parentf1de724f41a516574f22d2b0e61ebf4b6d65c601 (diff)
parentd6a03b475e023da9b7532a5b8735caec36b5de86 (diff)
downloadCMake-e2d4bfef3fe24ba5846abbb2dc2c2e0ef58a21f5.zip
CMake-e2d4bfef3fe24ba5846abbb2dc2c2e0ef58a21f5.tar.gz
CMake-e2d4bfef3fe24ba5846abbb2dc2c2e0ef58a21f5.tar.bz2
Merge topic 'fix-CMP0054-elseif-warning'
d6a03b47 cmIfCommand: Issue CMP0054 warning with appropriate context. (#15802)
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 4215b72..0b8db3c 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -331,7 +331,7 @@ public:
* Determine if the given context, name pair has already been reported
* in context of CMP0054.
*/
- bool HasCMP0054AlreadyBeenReported() const;
+ bool HasCMP0054AlreadyBeenReported(const cmListFileContext &context) const;
bool IgnoreErrorsCMP0061() const;