From 99f8b0d80e2c9dbcb77e9ddc155f95dc4a19bc64 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 6 Jul 2015 17:29:39 +0200 Subject: [PATCH] Allow to find QGLViewer-qt5 on Windows too --- Installation/cmake/modules/FindQGLViewer.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation/cmake/modules/FindQGLViewer.cmake b/Installation/cmake/modules/FindQGLViewer.cmake index aef984400ed..37888fbf255 100644 --- a/Installation/cmake/modules/FindQGLViewer.cmake +++ b/Installation/cmake/modules/FindQGLViewer.cmake @@ -15,7 +15,7 @@ find_path(QGLVIEWER_INCLUDE_DIR ) find_library(QGLVIEWER_LIBRARY_RELEASE - NAMES qglviewer-qt5 qglviewer-qt4 qglviewer QGLViewer-qt5 QGLViewer QGLViewer2 + NAMES qglviewer-qt5 qglviewer QGLViewer-qt5 QGLViewer QGLViewer2-qt5 QGLViewer2 PATHS /usr/lib /usr/local/lib ENV QGLVIEWERROOT @@ -25,7 +25,7 @@ find_library(QGLVIEWER_LIBRARY_RELEASE ) find_library(QGLVIEWER_LIBRARY_DEBUG - NAMES dqglviewer dQGLViewer dQGLViewer2 QGLViewerd2 + NAMES dqglviewer dQGLViewer-qt5 dQGLViewer dQGLViewer2-qt5 dQGLViewer2 QGLViewerd2-qt5 QGLViewerd2 PATHS /usr/lib /usr/local/lib ENV QGLVIEWERROOT