Skip to content

Commit

Permalink
add QGLViewer2 as lib name candidate as conda windows package install…
Browse files Browse the repository at this point in the history
…s this
  • Loading branch information
olivier-roussel committed Mar 19, 2024
1 parent d578a66 commit 0130e23
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 @@ -21,7 +21,7 @@ if(NOT TARGET QGLViewer)

if(NOT QGLViewer_LIBRARY)
find_library(QGLViewer_LIBRARY
NAMES QGLViewer QGLViewer-qt5
NAMES QGLViewer QGLViewer2 QGLViewer-qt5
PATH_SUFFIXES lib
)
endif()
Expand Down

0 comments on commit 0130e23

Please sign in to comment.