mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
fixed Dart issue
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user