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
Building fails with the following error:
/home/held/src/openMVS/libs/MVS/SceneReconstruct.cpp:41:10: fatal error: CGAL/AABB_traits_3.h: Datei oder Verzeichnis nicht gefunden
41 | #include <CGAL/AABB_traits_3.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
it seems, that cgal is not recognized, but it is installed and cmake gui recognize it.
do you know, whats going wrong?
Regards
Poul
The text was updated successfully, but these errors were encountered:
hello,
i´m on Linux ubuntu 24.04 without cuda.
Building fails with the following error:
/home/held/src/openMVS/libs/MVS/SceneReconstruct.cpp:41:10: fatal error: CGAL/AABB_traits_3.h: Datei oder Verzeichnis nicht gefunden
41 | #include <CGAL/AABB_traits_3.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
it seems, that cgal is not recognized, but it is installed and cmake gui recognize it.
do you know, whats going wrong?
Regards
Poul
The text was updated successfully, but these errors were encountered: