-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
PR #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:
vtkAddon/vtkAddonInstallConfig.cmake.in
Lines 1 to 4 in 965cb2e
| set(vtkAddon_CMAKE_DIR "@CMAKE_INSTALL_PREFIX@/@vtkAddon_INSTALL_CMAKE_DIR@") | |
| set(vtkAddon_INCLUDE_DIRS "@CMAKE_INSTALL_PREFIX@/@vtkAddon_INSTALL_INCLUDE_DIR@") | |
| set(vtkAddon_LIB_DIR "@CMAKE_INSTALL_PREFIX@/@vtkAddon_INSTALL_LIB_DIR@") | |
| set(VTK_DIR "@VTK_DIR@") |
The following resources may be helpful to learn how to move forward:
-
- and associated demo project: https://github.com/jcfr/stackoverflow-56135785-answer
Some CMake projects:
Metadata
Metadata
Assignees
Labels
No labels