Use underscore plugin artifact names

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-09 09:52:17 +02:00
parent c818f48a47
commit a441757080
26 changed files with 46 additions and 35 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ PLUGIN_API std::filesystem::path add_search_paths_or_default(manager& manager, s
}
namespace {
constexpr const char* kernel_plugin_prefix = "geometry.kernel.";
constexpr const char* kernel_plugin_prefix = "geometry_kernel_";
std::string kernel_key(const std::string& backend_id) {
return boost::to_lower_copy(backend_id);