diff options
author | Brad King <brad.king@kitware.com> | 2015-10-21 13:16:49 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-10-21 13:16:49 (GMT) |
commit | e2d4bfef3fe24ba5846abbb2dc2c2e0ef58a21f5 (patch) | |
tree | dc99dc7c2fdfc9d49ef71c78290afbaf9a3a64d1 /Source/cmMakefile.h | |
parent | f1de724f41a516574f22d2b0e61ebf4b6d65c601 (diff) | |
parent | d6a03b475e023da9b7532a5b8735caec36b5de86 (diff) | |
download | CMake-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.h | 2 |
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; |