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
Result from `git status -s`
D 3rdparty/glew/src/glew.c
D 3rdparty/liblzf/liblzf/lzf_c.c
D 3rdparty/liblzf/liblzf/lzf_d.c
D 3rdparty/rply/rply/rply.c
D 3rdparty/tinyfiledialogs/include/tinyfiledialogs/tinyfiledialogs.c
### Open3D, Python and System information
```markdown
- Operating system: Ubuntu 22.04
- Open3D version: 18.0
- System architecture: x86_64
- Is this a remote workstation?: no
- How did you install Open3D?: build from source
- Compiler version (if built from source): gnu 11.4.0
Additional information
No response
The text was updated successfully, but these errors were encountered:
Looks like it stems from 3rdparty/find_dependencies.cmake:100. @stotko Git says you put the comment on the previous line in, can you explain what that changes and comment was fixing? I haven't been able to figure it out from my end. Why cant we just add the files in the add_library command?
Ok, Ive been playing with it a bit and I am starting to understand. When qhull is fetched with ExternalProject it is not downloaded until build time, so when we add_library at configure time, those files dont exist yet. I'll see what I can do to get around this.
Checklist
main
branch).Steps to reproduce the issue
I first cloned Open3D by:
Then, I build Open3D (on Ubuntu 22.04) with:
Error message
Result from `git status -s` D 3rdparty/glew/src/glew.c D 3rdparty/liblzf/liblzf/lzf_c.c D 3rdparty/liblzf/liblzf/lzf_d.c D 3rdparty/rply/rply/rply.c D 3rdparty/tinyfiledialogs/include/tinyfiledialogs/tinyfiledialogs.c
Additional information
No response
The text was updated successfully, but these errors were encountered: