CMake: Remove gdi32 dependency

It fails under WindowsCE and it doesn't seem to be required at all.
This commit is contained in:
Pascal Bach 2015-05-06 12:44:52 +02:00
parent 6721eb128b
commit bef0023418

View File

@ -61,7 +61,6 @@ find_package(Cygwin)
if(WIN32)
add_definitions( -DPOCO_OS_FAMILY_WINDOWS -DUNICODE -D_UNICODE -D__LCC__) #__LCC__ define used by MySQL.h
set(SYSLIBS ${SYSLIBS} gdi32)
if(ENABLE_DATA_ODBC)
set(SYSLIBS ${SYSLIBS} odbc32)
endif(ENABLE_DATA_ODBC)