Skip to content

Commit ee9fb5c

Browse files
committed
Add OpenGL_GLU as external dependency.
1 parent e5e7972 commit ee9fb5c

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)