1 | initial version |
Ok so I eventually figured it out myself. The -latomic
fix has a more elegant solution, namely with -DOPENCV_EXTRA_EXE_LINKER_FLAGS=-latomic
.
Next some libraries seem to not be mapping correctly. Whatever may be the cause of that, this option fixed it: -DENABLE_PRECOMPILED_HEADERS=OFF
.