diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-28 20:45:22 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-28 20:45:22 (GMT) |
commit | 850d74f67f44514ab9eaa078bc44a43987e3a3fa (patch) | |
tree | 1ecef662284526536931aac802464fa9fa9ea15e /Source/cmEnableTestingCommand.cxx | |
parent | ea712cf8a86a4021e9a3cf7335318a9c5de83528 (diff) | |
download | CMake-850d74f67f44514ab9eaa078bc44a43987e3a3fa.zip CMake-850d74f67f44514ab9eaa078bc44a43987e3a3fa.tar.gz CMake-850d74f67f44514ab9eaa078bc44a43987e3a3fa.tar.bz2 |
fixed Dart issue
Diffstat (limited to 'Source/cmEnableTestingCommand.cxx')
-rw-r--r-- | Source/cmEnableTestingCommand.cxx | 5 |
1 files 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()) |