PointCloudLibrary / PointCloudLibrary/pcl
WITH_OPENGL doesn't cause any binaries to link to OpenGL
Open
@taketwo is already working on this.
Since Nov 27, 2018.
module: cmake
needs: feedback
- Dominant language
- C++
- Stars
- 11.1k
- Forks
- 4.7k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 6
Description
-DWITH_OPENGL=ON made configure to find openGL:
-- Found OpenGL: /usr/local/lib/libGL.so
-- Found Glew: /usr/local/lib/libGLEW.so
but no binaries were linked with it in the end.
With -DWITH_OPENGL=OFF it also looks for OpenGL. Please only look for it when requested, and link with it.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.