aboutsummaryrefslogtreecommitdiff
path: root/tests/bugs
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2011-05-13 13:22:34 +0100
committerJosé Fonseca <jfonseca@vmware.com>2011-05-13 13:22:34 +0100
commitc9bc190f6589f38093c0aa76df90bab1cf04cf7d (patch)
treeb38dd1bdce8871f8c7bd858937068c43bb325444 /tests/bugs
parent77ebf85db179a7f97a98bbf1a04501a4e3af2550 (diff)
Make TIFF an optional dependency.
It's only used by glean, so no need to force linking against it everywhere.
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/CMakeLists.gl.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bugs/CMakeLists.gl.txt b/tests/bugs/CMakeLists.gl.txt
index 077abe9e..bce05322 100644
--- a/tests/bugs/CMakeLists.gl.txt
+++ b/tests/bugs/CMakeLists.gl.txt
@@ -12,7 +12,6 @@ link_libraries (
${OPENGL_gl_LIBRARY}
${OPENGL_glu_LIBRARY}
${GLUT_glut_LIBRARY}
- ${TIFF_LIBRARY}
)
add_executable (crash-cubemap-order crash-cubemap-order.c)