mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-07 02:37:43 +08:00

This was a typo. CMake doesn't take comma-separated arguments, but if you do add the comma it tends to work, because it just takes that comma as part of the string. So if it takes a directory to work in, that it will then create, and you pass ${CMAKE_CURRENT_BINARY_DIR}, well, that might just create a "build," directory.