fix error message and condition
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1104 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -89,8 +89,8 @@ if ( BUILD_APPS )
|
||||
|
||||
else () # QT ,Opengl or glut not found
|
||||
|
||||
if (NOT QT4_FOUND)
|
||||
message ("QT 4 not found! Skipping some apps.")
|
||||
if (NOT QT4_FOUND AND NOT QT5_FOUND)
|
||||
message ("QT 4 and 5 not found! Skipping some apps.")
|
||||
endif ()
|
||||
|
||||
if (NOT OPENGL_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user