Skip to content

Commit

Permalink
Make QGLViewer compilation error more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
ahornung committed Mar 26, 2016
1 parent ef727e8 commit 355bf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octovis/CMakeModules/FindQGLViewer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ IF (NOT QGLViewer_FOUND)
#FIND_LIBRARY(QGLViewer_LIBRARY_DIR_OTHER QGLViewer ${QGLVIEWER_BASE_DIR})
FIND_PATH(QGLLIB libQGLViewer.so ${QGLVIEWER_BASE_DIR})
IF (NOT QGLLIB)
MESSAGE(STATUS "\nfailed to build libQGLViewer")
MESSAGE(WARNING "Could not find libQGLViewer.so, failed to build?")
SET( QGLViewer_FOUND 0 CACHE BOOL "Do we have QGLViewer?" FORCE )
ELSE()
MESSAGE(STATUS "Successfully built library in:\n${QGLLIB}")
Expand Down

0 comments on commit 355bf13

Please sign in to comment.