mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 19:54:38 +01:00
CMake: Remove gdi32 dependency
It fails under WindowsCE and it doesn't seem to be required at all.
This commit is contained in:
parent
6721eb128b
commit
bef0023418
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user