Build error about CosseratBindings #4146
-
Hello, currently I want to use standalone project for SOFA plugins, but always fail with below error screen during compling. I download SOFA v23.06 binary and set CMAKE_PREFIX_PATH to SOFA directory. This error is always shown for any standalone project, so I guess that there is mistake about setting cmake configuration or SOFA binary. Can I solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @SangbaekYoo It seems that you aim at compiling the Cosserat plugin with the SOFA binary. Cheers |
Beta Was this translation helpful? Give feedback.
-
Hi @hugtalbot. Thank you for reply my question. My purpose is to build this repository. But when I set with default config setting and build, there is error as follows:
I thought that there is Cosserat plugin setting problem. |
Beta Was this translation helpful? Give feedback.
Yes (or maybe in a 23.06.1 release ?)
In the present release, the generated
SofaPython3/BindingsTargets.cmake
is bogus; if one (external) project referencesSofaPython3::Bindings
(for example to make new bindings?), cmake will throw an error, like in this discussion.