You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a bit more digging, seems I was using cmake 3.28 from pip install which has this issue, whereas cmake via apt install is for me, cmake 3.25.1, which does not have this issue
with a script like
then during
ninja install
after compilationadding
-DBUILD_EXAMPLES=OFF
to the cmake config command resolves this for me.The text was updated successfully, but these errors were encountered: