example/paintTest can be built with GL 4.3 or later.

This commit is contained in:
Takahito Tejima 2013-05-17 13:59:06 -07:00
parent e75d94e2ac
commit a6dbb0adc4

View File

@ -61,7 +61,7 @@ if( OPENGL_FOUND AND (GLEW_FOUND AND GLFW_FOUND) OR (APPLE AND GLFW_FOUND))
add_subdirectory(simpleCpu)
# add_subdirectory(evalTest)
add_subdirectory(limitEval)
if(NOT APPLE)
if(OPENGL_4_3_FOUND)
# the paintTest example requires GL functionality not available on OSX
add_subdirectory(paintTest)
endif()