From 60d7eeb1f1b2718103bcdad58dc7c91a7c74b204 Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:18:05 +0100 Subject: [PATCH] Change python binding package name --- src/SoftRobots.Inverse/binding/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SoftRobots.Inverse/binding/CMakeLists.txt b/src/SoftRobots.Inverse/binding/CMakeLists.txt index 9fa1a16..3b3a4d6 100644 --- a/src/SoftRobots.Inverse/binding/CMakeLists.txt +++ b/src/SoftRobots.Inverse/binding/CMakeLists.txt @@ -16,7 +16,7 @@ endif() SP3_add_python_module( TARGET ${PROJECT_NAME} - PACKAGE Bindings.Modules + PACKAGE SoftRobots MODULE SoftRobotsInverse DESTINATION Sofa SOURCES ${SOURCE_FILES}