diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-08 17:48:52 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-05-08 17:48:52 (GMT) |
commit | 8adc177bcf2b4f98dbd37801588a1184c1e7ae4b (patch) | |
tree | 267839727b3140f45cc7a620478cdbde9e29bf7c /Source/CTest/cmCTestStartCommand.cxx | |
parent | 0842958977ce9037cf597871df6baf72736c7973 (diff) | |
download | CMake-8adc177bcf2b4f98dbd37801588a1184c1e7ae4b.zip CMake-8adc177bcf2b4f98dbd37801588a1184c1e7ae4b.tar.gz CMake-8adc177bcf2b4f98dbd37801588a1184c1e7ae4b.tar.bz2 |
ENH: Remove error about not being able to update CTest configuration
Diffstat (limited to 'Source/CTest/cmCTestStartCommand.cxx')
-rw-r--r-- | Source/CTest/cmCTestStartCommand.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestStartCommand.cxx b/Source/CTest/cmCTestStartCommand.cxx index 248aa24..fe81fd4 100644 --- a/Source/CTest/cmCTestStartCommand.cxx +++ b/Source/CTest/cmCTestStartCommand.cxx @@ -91,6 +91,7 @@ bool cmCTestStartCommand::InitialPass( m_CTest->SetCTestConfiguration("BuildDirectory", bld_dir); m_Makefile->AddDefinition("CTEST_RUN_CURRENT_SCRIPT", "OFF"); + m_CTest->SetSuppressUpdatingCTestConfiguration(true); int model = m_CTest->GetTestModelFromString(smodel); m_CTest->SetTestModel(model); |