chakra-core / ChakraCore

ChakraCore is an open source Javascript engine with a C API.
MIT License
9.1k stars 1.19k forks source link

CMake target processor error in MSVC 2017 #3558

Open fatcerberus opened 7 years ago

fatcerberus commented 7 years ago

Just checked out ChakraCore and attempted to build using MSVC 2017 per the directions in README:

It seemed to build successfully:

========== Build: 29 succeeded, 0 failed, 0 up-to-date, 2 skipped ==========

However this error appeared in the Error List window:

Error CMake Error at D:\src\ChakraCore\CMakeLists.txt:47 (message): Couldn't detect target processor, try --arch argument with build.sh

Not sure if I can safely ignore that or not.

dilijev commented 7 years ago

This comes up in CI regularly. Should go away if you try building with CMake again. Might also have come from a different process than what actually produced your binaries since you did seem to build correctly.

@digitalinfinity do you have any context on why that error might be reported from VS 2017?