Markus Rickert

Results 5 issues of Markus Rickert

This patch updates the `BULLET_ROOT_DIR` variable in `BulletConfig.cmake` to use [`CMAKE_CURRENT_LIST_DIR`](https://cmake.org/cmake/help/latest/variable/CMAKE_CURRENT_LIST_DIR.html) instead of the fixed value of [`CMAKE_INSTALL_PREFIX`](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html) used during installation. This enables an easy relocation of the Bullet installation...

This patch adds the namespace `fcl::` to the exported CMake target `fcl` (resulting in `fcl::fcl`) as recommended by CMake for imported targets (see CMake documentation [A Sample Find Module](https://cmake.org/cmake/help/v3.19/manual/cmake-developer.7.html#a-sample-find-module) and...

The files `Coin.pc` used by pkg-config and `coin.cfg` used by coin-config contain absolute paths which prevent an installation from being moved to another location, even though the latter includes a...

enhancement
task

This patch adds the namespace `ccd::` to exported CMake targets as recommended by CMake for imported targets (https://cmake.org/cmake/help/v3.9/manual/cmake-developer.7.html#a-sample-find-module).