mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
It's always the CMake output directory, so call it FISH_CMAKE_BINARY_DIR. It's possible to set it via some other build system but if such builds exist, they are likely subtly broken, or at least with the following commit which adds the assumption that "share/__fish_build_paths.fish.in" exists in this directory. We could even call it CMAKE_BINARY_DIR but let's namespace it to make our use more obvious. Also, stop using the $CMAKE environment variable, it's not in our namespace.