From 32e9d27c889e7d54ce8c4053ccf227aa7364104a Mon Sep 17 00:00:00 2001 From: Martin Duffy Date: Mon, 10 Feb 2025 17:19:10 -0500 Subject: instrumentation: Remove undocumented binaryDir field from snippets Removes field from snippet files redundant with the index file's "buildDir" --- Source/cmInstrumentation.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmInstrumentation.cxx b/Source/cmInstrumentation.cxx index 774437d..87f59a8 100644 --- a/Source/cmInstrumentation.cxx +++ b/Source/cmInstrumentation.cxx @@ -321,7 +321,6 @@ int cmInstrumentation::InstrumentTest( root["command"] = command_str; root["role"] = "test"; root["testName"] = name; - root["binaryDir"] = this->binaryDir; root["result"] = static_cast(result); root["config"] = config; @@ -447,7 +446,6 @@ int cmInstrumentation::InstrumentCommand( } } root["role"] = command_type; - root["binaryDir"] = this->binaryDir; // Write Json std::string const& file_name = -- cgit v0.12