Add warning

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@473 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-11-28 14:32:43 +00:00
parent bc30f23d2b
commit 3dc16bc0b5

View File

@@ -42,6 +42,9 @@ if (NOT QT4_FOUND)
include (${QT_USE_FILE}) include (${QT_USE_FILE})
endif () endif ()
if ("${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles")
message(WARNING "GUI Apps are not build with mingw. (TODO)")
endif()
# check for OpenGL and GLUT as our required dependencies # check for OpenGL and GLUT as our required dependencies
if (QT4_FOUND AND OPENGL_FOUND AND GLUT_FOUND AND NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles" ) if (QT4_FOUND AND OPENGL_FOUND AND GLUT_FOUND AND NOT "${CMAKE_GENERATOR}" MATCHES "MinGW Makefiles" )