When running the configuration step
cmake -B build --preset vs2022-static
from a directory with spaces in its path, CMake issues the following warning:
Warning: Paths with embedded space may be handled incorrectly by configure
The build subsequently fails with error code 77.
While the underlying issue should ideally be resolved, this hint may help users avoid related build failures in the meantime.