-
-
Notifications
You must be signed in to change notification settings - Fork 473
Closed
Labels
Description
Describe the bug
I can't configure CMake project with next output:
cmake output.txt
- 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):
- OS:
- OpenXRay commit: 0637118
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.