mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-12 01:20:07 +00:00
example/paintTest can be built with GL 4.3 or later.
This commit is contained in:
parent
e75d94e2ac
commit
a6dbb0adc4
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user