Ticket #32862: FindQGLViewer.patch

File FindQGLViewer.patch, 1.8 KB (added by josephwinston (Joseph Winston), 12 years ago)
Line 
1*** /opt/local/lib/cmake/FindQGLViewer.cmake    2012-01-12 08:16:20.000000000 -0600
2--- /opt/local/lib/cmake/FindQGLViewer.cmake~   2011-09-05 08:47:19.000000000 -0500
3***************
4*** 9,23 ****
5 
6  find_path(QGLVIEWER_INCLUDE_DIR
7            NAMES QGLViewer/qglviewer.h
8!           PATHS /opt/include
9!                 /opt/local/include
10                  ENV QGLVIEWERROOT
11           )
12 
13  find_library(QGLVIEWER_LIBRARY_RELEASE
14               NAMES qglviewer-qt4 qglviewer QGLViewer QGLViewer2
15!              PATHS /opt/lib
16!                    /opt/local/lib
17                     ENV QGLVIEWERROOT
18                     ENV LD_LIBRARY_PATH
19                     ENV LIBRARY_PATH
20--- 9,23 ----
21 
22  find_path(QGLVIEWER_INCLUDE_DIR
23            NAMES QGLViewer/qglviewer.h
24!           PATHS /usr/include
25!                 /usr/local/include
26                  ENV QGLVIEWERROOT
27           )
28 
29  find_library(QGLVIEWER_LIBRARY_RELEASE
30               NAMES qglviewer-qt4 qglviewer QGLViewer QGLViewer2
31!              PATHS /usr/lib
32!                    /usr/local/lib
33                     ENV QGLVIEWERROOT
34                     ENV LD_LIBRARY_PATH
35                     ENV LIBRARY_PATH
36***************
37*** 26,33 ****
38 
39  find_library(QGLVIEWER_LIBRARY_DEBUG
40               NAMES dqglviewer dQGLViewer dQGLViewer2 QGLViewerd2
41!              PATHS /opt/lib
42!                    /opt/local/lib
43                     ENV QGLVIEWERROOT
44                     ENV LD_LIBRARY_PATH
45                     ENV LIBRARY_PATH
46--- 26,33 ----
47 
48  find_library(QGLVIEWER_LIBRARY_DEBUG
49               NAMES dqglviewer dQGLViewer dQGLViewer2 QGLViewerd2
50!              PATHS /usr/lib
51!                    /usr/local/lib
52                     ENV QGLVIEWERROOT
53                     ENV LD_LIBRARY_PATH
54                     ENV LIBRARY_PATH