summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-13 09:54:27 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2016-06-13 09:54:27 -0400
commit4e66ca1952c0ba9dfba6050f83f67c90884c8492 (patch)
treeba64a2020360c326489b43e422a1edf55489880b /Source/cmMakefile.h
parent18e00ac7b918865c38a2e34ee584e18c1126c663 (diff)
parent23f87e8157770c56d3aa568f3d1318f9b9070364 (diff)
downloadcmake-4e66ca1952c0ba9dfba6050f83f67c90884c8492.tar.gz
Merge topic 'fix-cmake-ISP-violation'
23f87e81 cmake: Remove force from IssueMessage API 54c65d5f cmake: Extract DisplayMessage API.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 81c3f71d55..1680c6aaf0 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -720,8 +720,7 @@ public:
cmMakefile* Makefile;
};
- void IssueMessage(cmake::MessageType t, std::string const& text,
- bool force = false) const;
+ void IssueMessage(cmake::MessageType t, std::string const& text) const;
/** Set whether or not to report a CMP0000 violation. */
void SetCheckCMP0000(bool b) { this->CheckCMP0000 = b; }