PointCloudLibrary / PointCloudLibrary/pcl

WITH_OPENGL doesn't cause any binaries to link to OpenGL

Open
#2,641 3 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.