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:
Matthias Möller
2014-07-17 13:35:15 +00:00
parent 3ff415a5c2
commit 4d536cf558

View File

@@ -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)