diff options
Diffstat (limited to 'Source/CTest/cmCTestConfigureCommand.cxx')
-rw-r--r-- | Source/CTest/cmCTestConfigureCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestConfigureCommand.cxx b/Source/CTest/cmCTestConfigureCommand.cxx index f7744d7..8f3574c 100644 --- a/Source/CTest/cmCTestConfigureCommand.cxx +++ b/Source/CTest/cmCTestConfigureCommand.cxx @@ -132,7 +132,7 @@ bool cmCTestConfigureCommand::InitialPass( } } - cmCTestGenericHandler* handler = m_CTest->GetHandler("configure"); + cmCTestGenericHandler* handler = m_CTest->GetInitializedHandler("configure"); if ( !handler ) { this->SetError("internal CTest error. Cannot instantiate configure handler"); |