fixed Dart issue

This commit is contained in:
Bill Hoffman 2001-06-28 16:45:22 -04:00
parent ea712cf8a8
commit 850d74f67f
1 changed files with 3 additions and 2 deletions

View File

@ -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())