From dc450af0bf2a2b526ab10a090a216906795ad0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Wed, 22 Aug 2012 18:28:22 +0000 Subject: [PATCH] [MESA] - Try to fix weird buildbot failure svn path=/trunk/; revision=57132 --- reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt b/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt index 467780209c1..c446be32920 100644 --- a/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt +++ b/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt @@ -2,5 +2,5 @@ add_subdirectory(auxiliary) add_subdirectory(drivers/softpipe) add_subdirectory(state_trackers/wgl) -add_subdirectory(targets/libgl-gdi) -add_subdirectory(winsys/sw/gdi) \ No newline at end of file +add_subdirectory(winsys/sw/gdi) +add_subdirectory(targets/libgl-gdi) \ No newline at end of file