prioritize locally-built dev packages over installed ones
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.
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.