diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-21 22:31:52 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-21 22:54:26 (GMT) |
commit | ca7cc2ebd0bd17b70279a51a3a087b5629175f06 (patch) | |
tree | fe489e8995902175b24cb7869f3c6e461884af3f /Source/cmake.h | |
parent | fa752bf3393e583851b333cc41d2507dc217e9a8 (diff) | |
download | CMake-ca7cc2ebd0bd17b70279a51a3a087b5629175f06.zip CMake-ca7cc2ebd0bd17b70279a51a3a087b5629175f06.tar.gz CMake-ca7cc2ebd0bd17b70279a51a3a087b5629175f06.tar.bz2 |
cmake: Extract PrintMessagePreamble method.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 0a1ee7d..d83c6fc 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -399,6 +399,8 @@ private: // Print a list of valid generators to stderr. void PrintGeneratorList(); + + bool PrintMessagePreamble(cmake::MessageType t, std::ostream& msg); }; #define CMAKE_STANDARD_OPTIONS_TABLE \ |