Skip to content
Snippets Groups Projects
Commit e0dc881a authored by Pierre Fernbach's avatar Pierre Fernbach
Browse files

Export CURVES_WITH_PINOCCHIO_SUPPORT compilation option value in the python lib

parent 3deec83a
No related branches found
No related tags found
No related merge requests found
......@@ -784,5 +784,12 @@ namespace curves
optimization::python::exposeOptimization();
#ifdef CURVES_WITH_PINOCCHIO_SUPPORT
scope().attr("CURVES_WITH_PINOCCHIO_SUPPORT") = true;
#else
scope().attr("CURVES_WITH_PINOCCHIO_SUPPORT") = false;
#endif
} // End BOOST_PYTHON_MODULE
} // namespace curves
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment