diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2014-06-24 12:16:09 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2014-06-27 10:48:00 -0700 |
commit | 6d8a020f09e4e741be88e6b2f4f5caa1847844b5 (patch) | |
tree | 3e19bd2e59ce76050b04b9ec7d5a1897d7f4fef8 /tests/spec/ext_texture_array | |
parent | 044809f3f34d4931c89fb89dc2b667e1346711d6 (diff) |
cmake: Don't link to the OpenGL ES 2.0 library
Piglit has not needed to link to libGLESv2 ever since Anholt added GLES2
support to piglit-dispatch.
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/spec/ext_texture_array')
-rw-r--r-- | tests/spec/ext_texture_array/CMakeLists.gles3.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/spec/ext_texture_array/CMakeLists.gles3.txt b/tests/spec/ext_texture_array/CMakeLists.gles3.txt index 2e4da1bc7..68877e3be 100644 --- a/tests/spec/ext_texture_array/CMakeLists.gles3.txt +++ b/tests/spec/ext_texture_array/CMakeLists.gles3.txt @@ -1,8 +1,4 @@ -link_libraries( - piglitutil_${piglit_target_api} - ${OPENGL_gles2_LIBRARY} - ) - +link_libraries(piglitutil_${piglit_target_api}) piglit_add_executable (ext_texture_array-compressed_${piglit_target_api} compressed.c) # vim: ft=cmake: |