[BUG] Will not generate ninja compile files with external compiled xlink directory
onthegrid007 opened this issue · 1 comments
I am trying to use a modified xlink library that I compiled on my windows machine using clang and this repo will not accept the build path or the install path of the compiled xlink library...
clone this repo
using cmake, in my case cmake-gui, to modify DEPTHAI_XLINK_LOCAL to the desired path
generate ninja code or appropriate make tool
I expect the library to compile, instead it prints this cmake error:
CMake Error at vendor/depthai-core/CMakeLists.txt:705 (export):
export given target "XLink" which is not built by this project.
CMake Error at vendor/depthai-core/CMakeLists.txt:737 (install):
install TARGETS given target "XLink" which does not exist.
Never mind it is supposed to be an un-compiled directory