Skip to content

Move cmake export config during configuration step

Sandy Carter requested to merge bwrsandman/glm:fix-cmake-config-export into main

By setting CMAKE_INSTALL_DATAROOTDIR to the desired location for cmake export configurations, the export templated generator can precisely craft the export files without errors in the paths. Simply moving export files in the package phase can cause issues with paths becoming broken.

This MR fixes #3 (closed)

Merge request reports