Skip to content

Commit 18fe557

Browse files
authored
Merge pull request #5963 from larshg/AddDepPointCloudEditor
Add OpenGL_GLU as external dependency.
2 parents 16c92e5 + ee9fb5c commit 18fe557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/point_cloud_editor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(SUBSUBSYS_NAME point_cloud_editor)
22
set(SUBSUBSYS_DESC "Point Cloud Editor - Simple editor for 3D point clouds")
33
set(SUBSUBSYS_DEPS common filters io apps)
4-
set(SUBSUBSYS_EXT_DEPS vtk ${QTX} OpenGL)
4+
set(SUBSUBSYS_EXT_DEPS vtk ${QTX} OpenGL OpenGL_GLU)
55
set(REASON "")
66
set(DEFAULT OFF)
77

0 commit comments

Comments
 (0)