From 986fb5d42cecfcae192fb52ba347ebb6824c19d3 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 23 Jun 2011 10:14:05 +0000 Subject: [PATCH] The name of the debug version of QGLViewer DLL can be QGLViewerd2. --- Installation/cmake/modules/FindQGLViewer.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/FindQGLViewer.cmake b/Installation/cmake/modules/FindQGLViewer.cmake index 9fc8955902b..65723d675cc 100644 --- a/Installation/cmake/modules/FindQGLViewer.cmake +++ b/Installation/cmake/modules/FindQGLViewer.cmake @@ -25,7 +25,7 @@ find_library(QGLVIEWER_LIBRARY_RELEASE ) find_library(QGLVIEWER_LIBRARY_DEBUG - NAMES dqglviewer dQGLViewer dQGLViewer2 + NAMES dqglviewer dQGLViewer dQGLViewer2 QGLViewerd2 PATHS /usr/lib /usr/local/lib ENV QGLVIEWERROOT