Skip to content

Commit

Permalink
Merge pull request #5963 from larshg/AddDepPointCloudEditor
Browse files Browse the repository at this point in the history
Add OpenGL_GLU as external dependency.
  • Loading branch information
larshg authored Feb 21, 2024
2 parents 16c92e5 + ee9fb5c commit 18fe557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/point_cloud_editor/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(SUBSUBSYS_NAME point_cloud_editor)
set(SUBSUBSYS_DESC "Point Cloud Editor - Simple editor for 3D point clouds")
set(SUBSUBSYS_DEPS common filters io apps)
set(SUBSUBSYS_EXT_DEPS vtk ${QTX} OpenGL)
set(SUBSUBSYS_EXT_DEPS vtk ${QTX} OpenGL OpenGL_GLU)
set(REASON "")
set(DEFAULT OFF)

Expand Down

0 comments on commit 18fe557

Please sign in to comment.