summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-01-14 19:54:58 (GMT)
committerBrad King <brad.king@kitware.com>2016-01-19 20:47:48 (GMT)
commitffa2a8c967df09c4630e50e7c7339e36b027ecaf (patch)
treea44c6b548e8463f22d651ddd0bf8bc9ba117d69c /Source/cmGlobalGenerator.cxx
parent92e9bb21758f73266e1f805e366ce90d2cbd688d (diff)
downloadCMake-ffa2a8c967df09c4630e50e7c7339e36b027ecaf.zip
CMake-ffa2a8c967df09c4630e50e7c7339e36b027ecaf.tar.gz
CMake-ffa2a8c967df09c4630e50e7c7339e36b027ecaf.tar.bz2
cmSystemTools: Rename OUTPUT_NORMAL to OUTPUT_FORWARD to clarify its purpose
The OUTPUT_NORMAL value is not really "normal" and has only one caller. Rename it to OUTPUT_FORWARD to clarify that we are explicitly forwarding the output.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 2126c71..c50bf66 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -1850,7 +1850,7 @@ int cmGlobalGenerator::Build(
!makeCommand.empty() && cmSystemTools::LowerCase(
cmSystemTools::GetFilenameName(makeCommand[0])) == "vcexpress.exe")
{
- outputflag = cmSystemTools::OUTPUT_NORMAL;
+ outputflag = cmSystemTools::OUTPUT_FORWARD;
}
// should we do a clean first?