Conversation
Co-authored-by: TheMarpe <martin.peterlin7@gmail.com>
|
Could this get pushed downstream so depthai-core can use it properly? |
|
Done. |
themarpe
left a comment
There was a problem hiding this comment.
@onthegrid007 sorry, one additional thing - do you mind adding it to CI as well?
|
(otherwise LGTM) |
|
I can if you could tell me what the CI is...? |
|
@onthegrid007 the Continious Integration - there is a .yml workflow file that runs "tests/builds" of the codebase using various platforms/operating systems. |
|
Yes I can try. Give ma little bit |
|
Done. |
|
@onthegrid007 |
|
It succeeded... |
|
I mean that clang wasn't used to compile, but it was still MSVC:
Under the windows, clang build |
|
I'll make a change and see if it fixes it |
|
Ninja or some other makefile system is required for cmake to execute using clang properly, that has been added and should allow the CI to propagate... |
Adds Clang support
Fixes issues:
#80
luxonis/depthai-core#1044