The CMake script is not installed when calling make install, meaning it's not really useable by packagers.
Could it be exported into the install tree?
@AlexyPellegrini
I saw that you worked on this recently, maybe I am missing a special flag? Or it only works for some CMAKE_BUILD_TYPE s ?
this is what I see locally:
- Installing: /tmp/vtkAddon/install/lib/vtkAddon/libvtkAddon.so
-- Set non-toolchain portion of runtime path of "/tmp/vtkAddon/install/lib/vtkAddon/libvtkAddon.so" to ""
-- Up-to-date: /tmp/vtkAddon/install/vtkAddon/lib/cmake/vtkAddon/vtkAddonFunctionAddExecutable.cmake
-- Up-to-date: /tmp/vtkAddon/install/vtkAddon/lib/cmake/vtkAddon/vtkAddonFunctionAddExecutable.cmake
-- Up-to-date: /tmp/vtkAddon/install/vtkAddon/lib/cmake/vtkAddon/vtkMacroKitPythonWrap.cmake
-- Up-to-date: /tmp/vtkAddon/install/vtkAddon/lib/cmake/vtkAddon/vtkWrapHierarchy.cmake
-- Up-to-date: /tmp/vtkAddon/install/vtkAddon/lib/cmake/vtkAddon/vtkWrapperInit.data.in
-- Up-to-date: /tmp/vtkAddon/install/vtkAddon/lib/cmake/vtkAddon/vtkWrapPython.cmake
-- Up-to-date: /tmp/vtkAddon/install/vtkAddon/lib/cmake/vtkAddon/WindowsApplicationUseUtf8.manifest
After fixing this it would be great to have a "tag" or "release".
The CMake script is not installed when calling make install, meaning it's not really useable by packagers.
Could it be exported into the install tree?
@AlexyPellegrini
I saw that you worked on this recently, maybe I am missing a special flag? Or it only works for some CMAKE_BUILD_TYPE s ?
this is what I see locally:
After fixing this it would be great to have a "tag" or "release".