Author: akhaldi
Date: Wed Aug 17 15:29:25 2016
New Revision: 72239
URL:
http://svn.reactos.org/svn/reactos?rev=72239&view=rev
Log:
[OPENGL32] We don't need mingwex anymore. CORE-11799
Modified:
trunk/reactos/dll/opengl/opengl32/CMakeLists.txt
Modified: trunk/reactos/dll/opengl/opengl32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32/CMakeL…
==============================================================================
--- trunk/reactos/dll/opengl/opengl32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/opengl32/CMakeLists.txt [iso-8859-1] Wed Aug 17 15:29:25
2016
@@ -53,10 +53,6 @@
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)