mirror of
https://github.com/reactos/CMake.git
synced 2025-02-23 13:32:49 +00:00
COMP: Fixed error on HP due to newline macro.
This commit is contained in:
parent
850721f9af
commit
4ca0d1ba09
@ -361,7 +361,7 @@ public:
|
||||
#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);
|
||||
bool newLine, bool enabled);
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user