brew/Library
Carlo Cabrera b8acc73278
caveats: suggest setting CMAKE_PREFIX_PATH when appropriate
Inspired by Homebrew/homebrew-core#235513.

It doesn't quite fix that issue, because `libomp` does not ship CMake
config files, but this would probably still be useful for keg-only
formulae that do ship CMake config files.

While we're here, let's replace the `pkg-config` references with the
now-canonical name `pkgconf`.
2025-08-30 02:44:28 +08:00
..
2025-08-25 07:40:22 -07:00
2021-03-15 19:41:06 +09:00

Library

This directory contains all the code run by the official brew command in Homebrew and all formulae (package descriptions) in taps (repositories containing formulae) in Taps subdirectories.