summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-13 14:20:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-01-13 14:20:13 (GMT)
commit00d8a1dff8e9165c1091059754fce5e99c7f12b7 (patch)
treef73149a87f45ad67bcc55948c377be70102008b1 /Source
parent82a3b6f89a5e26f600faeae60c1cbe1a036c1b21 (diff)
parent4d509437cb23f372845fba98fc8d57887c53fa70 (diff)
downloadCMake-00d8a1dff8e9165c1091059754fce5e99c7f12b7.zip
CMake-00d8a1dff8e9165c1091059754fce5e99c7f12b7.tar.gz
CMake-00d8a1dff8e9165c1091059754fce5e99c7f12b7.tar.bz2
Merge topic 'depend_make_refine'
4d509437cb cmDepends: disable long line dependencies for nmake Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5689
Diffstat (limited to 'Source')
-rw-r--r--Source/cmGlobalNMakeMakefileGenerator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx
index c4bec23..36f583f 100644
--- a/Source/cmGlobalNMakeMakefileGenerator.cxx
+++ b/Source/cmGlobalNMakeMakefileGenerator.cxx
@@ -21,6 +21,8 @@ cmGlobalNMakeMakefileGenerator::cmGlobalNMakeMakefileGenerator(cmake* cm)
this->PassMakeflags = true;
this->UnixCD = false;
this->MakeSilentFlag = "/nologo";
+ // nmake breaks on '!' in long-line dependencies
+ this->ToolSupportsLongLineDependencies = false;
}
void cmGlobalNMakeMakefileGenerator::EnableLanguage(