You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After downloading all the required dependencies, I put in the "cmake -S . -B build" command and it comes up with this error:
"CMake Error at CMakeLists.txt:13 (project):
Running
'nmake' '-?'
failed with:
no such file or directory
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!"
if i use the command "cmake -S . -A x64 -B build" then it says
CMake Error: Error: generator platform: x64
Does not match the platform used previously:
I've downloaded the C++ build tools in Visual Studio as well (which for some reason didn't fix that issue others had which I also had with the download for part 3, but that part fixed itself after I just moved the cmake folder out and back into its default location lol)
The text was updated successfully, but these errors were encountered:
After downloading all the required dependencies, I put in the "cmake -S . -B build" command and it comes up with this error:
if i use the command "cmake -S . -A x64 -B build" then it says
I've downloaded the C++ build tools in Visual Studio as well (which for some reason didn't fix that issue others had which I also had with the download for part 3, but that part fixed itself after I just moved the cmake folder out and back into its default location lol)
The text was updated successfully, but these errors were encountered: