From 020944a4bdfff85256dbccbb6120dda36ec3ae12 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sat, 22 Jun 2013 14:06:27 +0000 Subject: [PATCH] [MESA] - Temporarily disable MSVC build svn path=/trunk/; revision=59287 --- reactos/dll/opengl/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reactos/dll/opengl/CMakeLists.txt b/reactos/dll/opengl/CMakeLists.txt index fe197437dfb..3f0ba3ee508 100644 --- a/reactos/dll/opengl/CMakeLists.txt +++ b/reactos/dll/opengl/CMakeLists.txt @@ -1,3 +1,5 @@ add_subdirectory(glu32) -add_subdirectory(mesa) +if(NOT MSVC) + add_subdirectory(mesa) +endif() add_subdirectory(opengl32)