Slicer / vtkAddon

General-purpose features that may be integrated into VTK library in the future.
Other
14 stars 21 forks source link

Install tree should be relocatable #7

Open jcfr opened 4 years ago

jcfr commented 4 years ago

PR https://github.com/Slicer/vtkAddon/pull/6 improved the build-system to properly install artifacts

The configured vtkAddonInstallConfig.cmake.in should be improved so that it does NOT contain absolute paths:

https://github.com/Slicer/vtkAddon/blob/965cb2ed60be68c611501ff565396205a4dcd876/vtkAddonInstallConfig.cmake.in#L1-L4

The following resources may be helpful to learn how to move forward:

Some CMake projects:

RafaelPalomar commented 4 years ago

@jcfr, I'll have a look at this. Thanks for taking your time to make it that informative.

jcfr commented 4 years ago

Thanks for your help and thanks for contributing :pray: