From 1a954c4f3ebbbdde3e5a4ade87785d76302e8d9a Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 17 Aug 2016 15:29:25 +0000 Subject: [PATCH] [OPENGL32] We don't need mingwex anymore. CORE-11799 svn path=/trunk/; revision=72239 --- reactos/dll/opengl/opengl32/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/dll/opengl/opengl32/CMakeLists.txt b/reactos/dll/opengl/opengl32/CMakeLists.txt index df69bdba89a..a6d658273b2 100644 --- a/reactos/dll/opengl/opengl32/CMakeLists.txt +++ b/reactos/dll/opengl/opengl32/CMakeLists.txt @@ -53,10 +53,6 @@ if((ARCH STREQUAL "i386") AND (NOT MSVC)) target_link_libraries(opengl32 mesa_x86) endif() -if(CMAKE_C_COMPILER_ID STREQUAL "Clang") - target_link_libraries(opengl32 mingwex) -endif() - set_module_type(opengl32 win32dll) add_importlibs(opengl32 gdi32 user32 advapi32 msvcrt kernel32 ntdll) add_pch(opengl32 opengl32.h SOURCE)