d8af0d2eec
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.