Describe the bug
I can't configure CMake project with next output:
cmake output.txt
To Reproduce
VS2022 is used

- cloned using command:
git clone https://github.com/OpenXRay/xray-16.git --recurse-submodules
- run vs code and try to configure.
Desktop (please complete the following information):
Additional context
Here is what fails
LuaJIT-proj/CMakeLists.txt:187
...
elseif (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "e2k") # MCST Elbrus 2000
set(TARGET_LJARCH "e2k")
else()
message("${TESTARCH_OUTPUT}")
message(FATAL_ERROR "Unsupported luajit target architecture (see output above)")
endif()
...
Looks like cl.exe command does not work as expected and preprocessing lj_arch.h fails for some reason. Don't know why.
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.