mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
ctest_memcheck: Append sanitizers user options at the end to allow overriding
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user