This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Description
Hi,
I have an issue if I try to execute make in the build folder
.build git:(master) ✗ make
[ 12%] Built target opentracing
[ 24%] Built target opentracing-static
[ 43%] Built target opentracing_mocktracer
[ 60%] Built target opentracing_mocktracer-static
Consolidate compiler generated dependencies of target mocktracer_tracer_test
[ 61%] Building CXX object mocktracer/test/CMakeFiles/mocktracer_tracer_test.dir/tracer_test.cpp.o
In file included from opentracing-cpp/mocktracer/test/tracer_test.cpp:9:
opentracing-cpp/3rd_party/include/opentracing/catch2/catch.hpp:4167:13: error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint, ins, not?
CATCH_BREAK_INTO_DEBUGGER();
^
following be similiar errors..
Do you have an idea how to resolve the issue? Thanks in advance!