Skip to content
  • Christian Pfeiffer's avatar
    Modules: Replace coded PATHS with PATH_SUFFIXES · a62d50ec
    Christian Pfeiffer authored
    Some modules assume that `/usr` and `/usr/local` are the only
    `CMAKE_PREFIX_PATH` entries and explicitly enumerate all paths instead
    of using `PATH_SUFFIXES` and relying on the dynamic set of prefix paths.
    This commit attempts to rectify that behavior.
    a62d50ec