Draft: fix: installed packages causing cmake trouble for source build
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