summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-04 16:22:08 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-04 16:22:08 (GMT)
commit0dd2b6eb80a3fe288cf936e7bd899733231262aa (patch)
tree4b7e2493d03f7ffb938acbf8ff581a392431dc4d /Source/cmGlobalGenerator.cxx
parentf9545f3fef513dd2d09b9b611111b17abc3609de (diff)
downloadCMake-0dd2b6eb80a3fe288cf936e7bd899733231262aa.zip
CMake-0dd2b6eb80a3fe288cf936e7bd899733231262aa.tar.gz
CMake-0dd2b6eb80a3fe288cf936e7bd899733231262aa.tar.bz2
BUG: By default disable new files.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index d63ff02..cbf1946 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -1032,13 +1032,13 @@ void cmGlobalGenerator::SetupTests()
std::string fname;
fname = m_CMakeInstance->GetStartOutputDirectory();
fname += "/";
- if ( m_LocalGenerators[0]->GetMakefile()->IsSet("DART_ROOT") )
+ if ( m_LocalGenerators[0]->GetMakefile()->IsSet("CTEST_NEW_FORMAT") )
{
- fname += "DartTestfile.txt";
+ fname += "CTestTestfile.txt";
}
else
{
- fname += "CTestTestfile.txt";
+ fname += "DartTestfile.txt";
}
// If the file doesn't exist, then ENABLE_TESTING hasn't been run