Skip to content

Commit

Permalink
Merge pull request RainerKuemmerle#140 from arneboe/patch-1
Browse files Browse the repository at this point in the history
Add ubuntu 16.04 name for libqglviewer
  • Loading branch information
Rainer Kümmerle authored Dec 16, 2016
2 parents 9d45092 + ea27d35 commit dbfea7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_modules/FindQGLViewer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FIND_PATH(QGLVIEWER_INCLUDE_DIR qglviewer.h
)

find_library(QGLVIEWER_LIBRARY_RELEASE
NAMES qglviewer-qt4 qglviewer QGLViewer QGLViewer2
NAMES qglviewer-qt4 QGLViewer-qt4 qglviewer QGLViewer QGLViewer2
PATHS /usr/lib
/usr/local/lib
/opt/local/lib
Expand Down

0 comments on commit dbfea7a

Please sign in to comment.