We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef727e8 commit 355bf13Copy full SHA for 355bf13
octovis/CMakeModules/FindQGLViewer.cmake
@@ -104,7 +104,7 @@ IF (NOT QGLViewer_FOUND)
104
#FIND_LIBRARY(QGLViewer_LIBRARY_DIR_OTHER QGLViewer ${QGLVIEWER_BASE_DIR})
105
FIND_PATH(QGLLIB libQGLViewer.so ${QGLVIEWER_BASE_DIR})
106
IF (NOT QGLLIB)
107
- MESSAGE(STATUS "\nfailed to build libQGLViewer")
+ MESSAGE(WARNING "Could not find libQGLViewer.so, failed to build?")
108
SET( QGLViewer_FOUND 0 CACHE BOOL "Do we have QGLViewer?" FORCE )
109
ELSE()
110
MESSAGE(STATUS "Successfully built library in:\n${QGLLIB}")
0 commit comments