Skip to content

prioritize locally-built dev packages over installed ones

Dietrich Rothe requested to merge drothe/prioritize-devbuilds into main

setting only CMAKE_INSTALL_PATH will still find system-installed dev packages first. This can be fixed by adding our install path to CMAKE_PREFIX_PATH.

Merge request reports