summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmDSPWriter.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx
index 5c739ca..c3ad622 100644
--- a/Source/cmDSPWriter.cxx
+++ b/Source/cmDSPWriter.cxx
@@ -325,6 +325,7 @@ void cmDSPWriter::WriteCustomRule(std::ostream& fout,
}
fout << "\n";
+ fout << "# PROP Ignore_Default_Tool 1\n";
fout << "# Begin Custom Build\n\n";
if(outputs.size() == 0)
{