Make CMake configuration support relocatable builds

Issue #771 resolved
Prof Garth Wells created an issue

Our CMake config hardwires a lot of library paths. This is a problem for builds that might be relocated, e.g. packages built on build servers.

See https://cmake.org/cmake/help/v3.5/manual/cmake-packages.7.html#creating-relocatable-packages for guidance on how to 'fix' this.

Comments (3)

  1. Log in to comment