You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to have a macro that allows to specify what exactly should be searched for by the CMake command of FindPython3. Right now it supports Interpreter, Compiler, Development and NumPy which might be helpful in some cases or are required for specific modules.
A possible use-case is pybind11 as noted in gazebosim/gz-math#402 because it requires some components.
Desired behavior
It should be possible to have a macro that allows to specify what exactly should be searched for by the CMake command of
FindPython3
. Right now it supportsInterpreter
,Compiler
,Development
andNumPy
which might be helpful in some cases or are required for specific modules.A possible use-case is
pybind11
as noted in gazebosim/gz-math#402 because it requires some components.Additional context
The text was updated successfully, but these errors were encountered: