jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
59 stars 47 forks source link

call python macros before find_dependency #529

Closed nim65s closed 2 years ago

nim65s commented 2 years ago

Hi again,

this continue work from #525, but call our custom macros for python/numpy before the find_dependency. https://github.com/stack-of-tasks/eigenpy/runs/7518507336?check_suite_focus=true shows why this is necessary https://github.com/stack-of-tasks/eigenpy/runs/7520451369?check_suite_focus=true will show if this work :)

nim65s commented 2 years ago

As seen by @jcarpent, actually, this should even allow to remove the find_dependency. https://github.com/stack-of-tasks/eigenpy/runs/7520546310?check_suite_focus=true will double check that.