From 850d74f67f44514ab9eaa078bc44a43987e3a3fa Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 28 Jun 2001 16:45:22 -0400 Subject: fixed Dart issue --- Source/cmEnableTestingCommand.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/cmEnableTestingCommand.cxx b/Source/cmEnableTestingCommand.cxx index 8d9ab1c..50225cd 100644 --- a/Source/cmEnableTestingCommand.cxx +++ b/Source/cmEnableTestingCommand.cxx @@ -74,8 +74,9 @@ void cmEnableTestingCommand::FinalPass() << std::endl << "# that are excluded by CMake control structures, i.e. IF() commands." << std::endl - << "#" - << std::endl << std::endl; + << "#" << std::endl + << "# The next line is critical for Dart to work" << std::endl + << "# Duh :-)" << std::endl << std::endl; // write out the subdirs for the current directory if (!m_Makefile->GetSubDirectories().empty()) -- cgit v0.12