tests/llvmpipe: Fix CMake mis-matching arguments warning.
CMake Warning (dev) in tests/llvmpipe/CMakeLists.gl.txt: A logical block opening on the line
tests/llvmpipe/CMakeLists.gl.txt:20 (IF)
closes on the line
tests/llvmpipe/CMakeLists.gl.txt:31 (ENDIF)
with mis-matching arguments. Call Stack (most recent call first): cmake/piglit_util.cmake:46 (include) tests/llvmpipe/CMakeLists.txt:1 (piglit_include_target_api)
Fixes: ceb113a3 ("tests/llvmpipe: don't require git repository, allow running from tarball") Signed-off-by: Vinson Lee vlee@freedesktop.org