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
CMake isn't supported for the Windows build at this point, so VS Code can't be used, only Visual Studio with MSBuild.
Open engine.sln in the src folder.
There is #1661 to fix that, but I don't remember if it's ready to merge, and it's really outdated.
Describe the bug
I can't configure CMake project with next output:
cmake output.txt
To Reproduce
VS2022 is used
Desktop (please complete the following information):
Additional context
Here is what fails
LuaJIT-proj/CMakeLists.txt:187
Looks like cl.exe command does not work as expected and preprocessing lj_arch.h fails for some reason. Don't know why.
The text was updated successfully, but these errors were encountered: