jrl-umi3218 / jrl-cmakemodules

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

version: fix out-of-tree builds #641

Closed nim65s closed 7 months ago

nim65s commented 7 months ago

eg. when module is fetched instead of cloned fix #640 ref https://github.com/stack-of-tasks/eigenpy/issues/405

Not sure if we should keep the previous behavior with "${PROJECT_JRL_CMAKE_MODULE_DIR}/.." or not.

nim65s commented 7 months ago

This PR is correctly fixing the regression test added in https://github.com/stack-of-tasks/eigenpy/pull/406