diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-09 01:02:40 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-09 01:02:40 (GMT) |
commit | 589991c41e5420e68a8504670c25b0dba9e6628e (patch) | |
tree | 792553691ad1d6a1c5258d532003e1eea900ffec /tests/CMakeLists.txt | |
parent | 872fc643218ef642544612954272e89629e145c5 (diff) |
Linux offscreen OpenGL using glxpixmaps. also fix FBO ARB/EXT issues
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index eb3e911..9e6640e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -57,21 +57,6 @@ if (NOT OPENCSG_INCLUDE_DIR) endif() include_directories(${OPENCSG_INCLUDE_DIR}) -# SDL (for OpenCSG on Linux & other platforms) -if (NOT $ENV{MACOSX_DEPLOY_DIR} STREQUAL "") - message(STATU "SDL not needed for Mac OSX") -else() - find_package(SDL REQUIRED) - if (NOT SDL_FOUND) - message(FATAL_ERROR "SDL not found.") - else() - message(STATUS "SDL library found in " ${SDL_LIBRARY}) - message(STATUS "SDL header found in " ${SDL_INCLUDE_DIR}) - set(OPENGL_LIBRARY ${OPENGL_LIBRARY} ${SDL_LIBRARY}) - endif() -endif() -include_directories(${SDL_INCLUDE_DIR}) - # GLEW if (NOT $ENV{MACOSX_DEPLOY_DIR} STREQUAL "") |