Bill Hoffman 24 лет назад
Родитель
Сommit
850d74f67f
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      Source/cmEnableTestingCommand.cxx

+ 3 - 2
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())