diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-11-07 11:54:07 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-11-08 10:21:29 +0000 |
commit | 5ae410546bf0af9fed17cac969de204b60e9feba (patch) | |
tree | 9c94e00ea1e290107d579487da4f88fc0dcd3595 /tests/general | |
parent | 5584956f201d28012a6461df2e9a50036c49c74c (diff) |
cmake: Require Visual Studio 2013.
Verified that cmake aborts with MSVS 2012.
https://bugs.freedesktop.org/show_bug.cgi?id=85528
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/CMakeLists.gl.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/general/CMakeLists.gl.txt b/tests/general/CMakeLists.gl.txt index 5917df2b2..8ec536c88 100644 --- a/tests/general/CMakeLists.gl.txt +++ b/tests/general/CMakeLists.gl.txt @@ -95,10 +95,8 @@ piglit_add_executable (push-pop-texture-state push-pop-texture-state.c) piglit_add_executable (oes-read-format oes-read-format.c) piglit_add_executable (read-front read-front.c) piglit_add_executable (readpix-z readpix-z.c) -IF (NOT MSVC_VERSION OR NOT ${MSVC_VERSION} LESS 1800) - piglit_add_executable (roundmode-getintegerv roundmode-getintegerv.c) - piglit_add_executable (roundmode-pixelstore roundmode-pixelstore.c) -ENDIF () +piglit_add_executable (roundmode-getintegerv roundmode-getintegerv.c) +piglit_add_executable (roundmode-pixelstore roundmode-pixelstore.c) piglit_add_executable (scissor-bitmap scissor-bitmap.c) piglit_add_executable (scissor-clear scissor-clear.c) piglit_add_executable (scissor-copypixels scissor-copypixels.c) |