Permalink
Browse files

QGLViewer lib names updated

  • Loading branch information...
1 parent 4819fce commit d950be3d8dd336e4ad2509fce92a647aff3c19a8 Rainer Kuemmerle committed Feb 23, 2017
Showing with 2 additions and 2 deletions.
  1. +2 −2 cmake_modules/FindQGLViewer.cmake
@@ -15,7 +15,7 @@ FIND_PATH(QGLVIEWER_INCLUDE_DIR qglviewer.h
)
find_library(QGLVIEWER_LIBRARY_RELEASE
- NAMES qglviewer QGLViewer
+ NAMES qglviewer QGLViewer qglviewer-qt5 QGLViewer-qt5
PATHS /usr/lib
/usr/local/lib
/opt/local/lib
@@ -26,7 +26,7 @@ find_library(QGLVIEWER_LIBRARY_RELEASE
PATH_SUFFIXES QGLViewer QGLViewer/release
)
find_library(QGLVIEWER_LIBRARY_DEBUG
- NAMES dqglviewer dQGLViewer dQGLViewer QGLViewerd2
+ NAMES dqglviewer dQGLViewer dqglviewer-qt5 dQGLViewer-qt5 QGLViewerd2
PATHS /usr/lib
/usr/local/lib
/opt/local/lib

0 comments on commit d950be3

Please sign in to comment.