diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-30 07:16:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-30 07:16:37 (GMT) |
commit | e2102dea482584ab3e17ef4bd3432acd01de5fb4 (patch) | |
tree | 51fb1323052a83707f0023500f024cf9c0befbf8 | |
parent | f816c4e09b56a50d14d2a2d7da7c4c014923c3cf (diff) | |
download | CMake-e2102dea482584ab3e17ef4bd3432acd01de5fb4.zip CMake-e2102dea482584ab3e17ef4bd3432acd01de5fb4.tar.gz CMake-e2102dea482584ab3e17ef4bd3432acd01de5fb4.tar.bz2 |
BUG: Make handle arguments work again
-rw-r--r-- | Source/CTest/cmCTestGenericHandler.cxx | 1 |
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; |