add option WITH_BUILTIN_GLEW, so linux packagers can disable to use their own glew library.

This commit is contained in:
Campbell Barton
2011-04-05 23:31:01 +00:00
parent d5d9c56cb5
commit ca254dd37b
26 changed files with 115 additions and 21 deletions

View File

@@ -35,7 +35,9 @@ if(WITH_BINRELOC)
add_subdirectory(binreloc)
endif()
add_subdirectory(glew)
if(WITH_BUILTIN_GLEW)
add_subdirectory(glew)
endif()
if(WITH_IMAGE_OPENJPEG AND (NOT UNIX OR APPLE))
add_subdirectory(libopenjpeg)