Closed carljohnson93 closed 1 month ago
What is the full error log? I suspect that the path to the toolchain is wrong.
@Osyotr the path to the toolchain isn't wrong. I tried to specify path prefixed with ${HOME}/test/ and it made no difference. And error message says that the error occured in .../buildsystems/vcpkg.cmake so it's not that.
Ok but what is the full output? The message you mentioned is usually a result of some previous error.
I'm sorry I have reinstalled windows for different reasons, and installed WSL with openSUSE tumbleweed distro this time, so I cannot provide full error output.
Then this issue can be closed,
Describe the bug When running "cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake" I get an error "CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".". I have
make
installed, so the actual generator does not matter, the issue still appears if I use-G'Ninja'
(I also haveninja
installed).Environment
To Reproduce Steps to reproduce the behavior:
Expected behavior No error
Failure logs I couldn't find any failure logs