Skip to content

Draft: fix: installed packages causing cmake trouble for source build

Simon Praetorius requested to merge issue/cmake-module-path-order into master

Summary

When building up the CMAKE_MODULE_PATH from all dependent modules, put the paths from installed to the end and those from local modules to the front of the list.

Closes #256

Edited by Simon Praetorius

Merge request reports