Disable apps completly if not standalone

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@511 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-18 14:36:51 +00:00
parent 94a973a181
commit f7820f627d

View File

@@ -76,11 +76,7 @@ if ( BUILD_APPS )
INSTALL(FILES ${files_install_app_dlls} DESTINATION . )
endif()
else ()
else () # QT ,Opengl or glut not found
if (NOT QT4_FOUND)
message ("QT 4 not found! Skipping some apps.")
@@ -93,6 +89,7 @@ if ( BUILD_APPS )
if (NOT GLUT_FOUND)
message ("GLUT not found! Skipping some apps.")
endif ()
endif ()
endif() # Project is OpenMesh standalone