From f8bea92055ea337c0c5c361b0998bd3193b137b1 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 1 Dec 2010 20:49:45 +0000 Subject: [PATCH] [CMAKE] - Inhibit all warning messages for mesa32. svn path=/branches/cmake-bringup/; revision=49886 --- dll/3rdparty/mesa32/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dll/3rdparty/mesa32/CMakeLists.txt b/dll/3rdparty/mesa32/CMakeLists.txt index dda16020bd3..35b8f690275 100644 --- a/dll/3rdparty/mesa32/CMakeLists.txt +++ b/dll/3rdparty/mesa32/CMakeLists.txt @@ -1,4 +1,8 @@ +if(NOT MSVC) +add_definitions(-w) +endif() + add_definitions( -DUSE_EXTERNAL_DXTN_LIB=1 -DBUILD_GL32