Problem with out of tree build #5554
-
|
Hi ! I'm trying to add a binding that gives access to energies from python (see sofa-framework/SofaPython3#504) To test it, I want to build the plugin out of tree. However, there seems to be a problem with the tests that I don't understand. It does not seem to be related to my changes to the code. Any help would be much appreciated ! Here is my cmake command and its output : And here is the error message from the make step : |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
To solve your issue, if you are not interested in building the tests, you can deactivate them by adding |
Beta Was this translation helpful? Give feedback.
To solve your issue, if you are not interested in building the tests, you can deactivate them by adding
-DSP3_BUILD_TEST=OFFto your cmake call.