diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 13:40:16 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-03 13:40:16 (GMT) |
commit | de57a86298c761bd98f5f5e96a11fd1f51a99b70 (patch) | |
tree | d37b93421dcabd393b22dbc58e3fe9e09164264c /Source/CTest/cmCTestStartCommand.cxx | |
parent | c7feef30e2655bbb433050bb32f11dd4b053f227 (diff) | |
download | CMake-de57a86298c761bd98f5f5e96a11fd1f51a99b70.zip CMake-de57a86298c761bd98f5f5e96a11fd1f51a99b70.tar.gz CMake-de57a86298c761bd98f5f5e96a11fd1f51a99b70.tar.bz2 |
ENH: Cleanups
Diffstat (limited to 'Source/CTest/cmCTestStartCommand.cxx')
-rw-r--r-- | Source/CTest/cmCTestStartCommand.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CTest/cmCTestStartCommand.cxx b/Source/CTest/cmCTestStartCommand.cxx index 09cdf6e..8f532cb 100644 --- a/Source/CTest/cmCTestStartCommand.cxx +++ b/Source/CTest/cmCTestStartCommand.cxx @@ -84,9 +84,9 @@ bool cmCTestStartCommand::InitialPass( } } - m_CTest->SetDartConfigurationFromCMakeVariable(m_Makefile, "NightlyStartTime", "CTEST_NIGHTLY_START_TIME"); - m_CTest->SetDartConfiguration("SourceDirectory", src_dir); - m_CTest->SetDartConfiguration("BuildDirectory", bld_dir); + m_CTest->SetCTestConfigurationFromCMakeVariable(m_Makefile, "NightlyStartTime", "CTEST_NIGHTLY_START_TIME"); + m_CTest->SetCTestConfiguration("SourceDirectory", src_dir); + m_CTest->SetCTestConfiguration("BuildDirectory", bld_dir); int model = m_CTest->GetTestModelFromString(smodel); m_CTest->SetTestModel(model); |