summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestGenericHandler.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-30 07:16:37 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-30 07:16:37 (GMT)
commite2102dea482584ab3e17ef4bd3432acd01de5fb4 (patch)
tree51fb1323052a83707f0023500f024cf9c0befbf8 /Source/CTest/cmCTestGenericHandler.cxx
parentf816c4e09b56a50d14d2a2d7da7c4c014923c3cf (diff)
downloadCMake-e2102dea482584ab3e17ef4bd3432acd01de5fb4.zip
CMake-e2102dea482584ab3e17ef4bd3432acd01de5fb4.tar.gz
CMake-e2102dea482584ab3e17ef4bd3432acd01de5fb4.tar.bz2
BUG: Make handle arguments work again
Diffstat (limited to 'Source/CTest/cmCTestGenericHandler.cxx')
-rw-r--r--Source/CTest/cmCTestGenericHandler.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestGenericHandler.cxx b/Source/CTest/cmCTestGenericHandler.cxx
index 563c7b6..6f0fb72 100644
--- a/Source/CTest/cmCTestGenericHandler.cxx
+++ b/Source/CTest/cmCTestGenericHandler.cxx
@@ -56,6 +56,7 @@ void cmCTestGenericHandler::SetOption(const char* op, const char* value)
//----------------------------------------------------------------------
void cmCTestGenericHandler::SetPersistentOption(const char* op, const char* value)
{
+ this->SetOption(op, value);
if ( !op )
{
return;