summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-02-05 21:29:59 (GMT)
committerBrad King <brad.king@kitware.com>2015-02-05 21:44:56 (GMT)
commit69ac6d27555cd4819d0c7f40e4471c6f885e23ab (patch)
tree6d63228342fb1633fc0352f732d34d7b8f32da65 /Source/cmSystemTools.h
parent098160d5f2a1aa35d2f14c585dd87cefd8f56f41 (diff)
downloadCMake-69ac6d27555cd4819d0c7f40e4471c6f885e23ab.zip
CMake-69ac6d27555cd4819d0c7f40e4471c6f885e23ab.tar.gz
CMake-69ac6d27555cd4819d0c7f40e4471c6f885e23ab.tar.bz2
bootstrap: Enable color Makefile output
Build the needed infrastructure during bootstrap in order to allow "cmake -E cmake_echo_color" to be used unconditionally during generation.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index 361f42e..c59ae96 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -428,11 +428,9 @@ public:
static std::string const& GetCMakeCursesCommand();
static std::string const& GetCMakeRoot();
-#if defined(CMAKE_BUILD_WITH_CMAKE)
/** Echo a message in color using KWSys's Terminal cprintf. */
static void MakefileColorEcho(int color, const char* message,
bool newLine, bool enabled);
-#endif
/** Try to guess the soname of a shared library. */
static bool GuessLibrarySOName(std::string const& fullPath,