summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackLog.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-10-04 13:34:37 (GMT)
committerBrad King <brad.king@kitware.com>2016-10-04 13:34:37 (GMT)
commit5385817762e636ae27717891892786294749aee2 (patch)
treeba1efbaae788e75b4a177a034a432140e8d1efd0 /Source/CPack/cmCPackLog.h
parent834efe12bf6bf8059e545ac496eeb390c08e4220 (diff)
downloadCMake-5385817762e636ae27717891892786294749aee2.zip
CMake-5385817762e636ae27717891892786294749aee2.tar.gz
CMake-5385817762e636ae27717891892786294749aee2.tar.bz2
Do not define cout/cerr preprocessor symbols
Apply the change from commit bd3d0eaf (cmCTest: don't redefine cout and cerr, 2016-09-01) to the rest of ctest and cpack. These definitions are no longer needed because our conventions are well established.
Diffstat (limited to 'Source/CPack/cmCPackLog.h')
-rw-r--r--Source/CPack/cmCPackLog.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/CPack/cmCPackLog.h b/Source/CPack/cmCPackLog.h
index 0831843..370879d 100644
--- a/Source/CPack/cmCPackLog.h
+++ b/Source/CPack/cmCPackLog.h
@@ -19,16 +19,6 @@
(ctSelf)->Log(logType, __FILE__, __LINE__, cmCPackLog_msg.str().c_str()); \
} while (0)
-#ifdef cerr
-#undef cerr
-#endif
-#define cerr no_cerr_use_cmCPack_Log
-
-#ifdef cout
-#undef cout
-#endif
-#define cout no_cout_use_cmCPack_Log
-
/** \class cmCPackLog
* \brief A container for CPack generators
*