mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
ctest_memcheck: Append sanitizers user options at the end to allow overriding
This commit is contained in:
parent
e0cc40ed58
commit
efff7086c6
@ -634,7 +634,7 @@ bool cmCTestMemCheckHandler::InitializeMemoryChecking()
|
||||
std::string outputFile =
|
||||
envVar + "=log_path=\"" + this->MemoryTesterOutputFile + "\"";
|
||||
this->MemoryTesterEnvironmentVariable =
|
||||
outputFile + extraOptions + suppressionsOption;
|
||||
outputFile + suppressionsOption + extraOptions;
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user