diff options
author | Vinson Lee <vlee@vmware.com> | 2009-07-17 12:54:09 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2009-07-17 12:54:09 -0700 |
commit | f905c0b51e2c887497ead2a52e9add90864446a5 (patch) | |
tree | 8cad7b68232366c9b60e8d700cae7a775818d1b9 /tests/general | |
parent | b89e04da363e98b30a5c14b17f4d8e57e57ba5f4 (diff) |
Remove mesautil library dependency for non-mesa tests.
Tests that are not under the mesa directory do not require mesautil.
Remove this dependency from the CMakeLists.txt files.
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/general/CMakeLists.txt b/tests/general/CMakeLists.txt index 177c52527..34fc5c1fc 100644 --- a/tests/general/CMakeLists.txt +++ b/tests/general/CMakeLists.txt @@ -11,7 +11,6 @@ link_directories ( ) link_libraries ( - mesautil piglitutil ${OPENGL_gl_LIBRARY} ${OPENGL_glu_LIBRARY} |