mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-07 14:37:32 +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:
@@ -61,7 +61,6 @@ find_package(Cygwin)
|
|||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
add_definitions( -DPOCO_OS_FAMILY_WINDOWS -DUNICODE -D_UNICODE -D__LCC__) #__LCC__ define used by MySQL.h
|
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)
|
if(ENABLE_DATA_ODBC)
|
||||||
set(SYSLIBS ${SYSLIBS} odbc32)
|
set(SYSLIBS ${SYSLIBS} odbc32)
|
||||||
endif(ENABLE_DATA_ODBC)
|
endif(ENABLE_DATA_ODBC)
|
||||||
|
|||||||
Reference in New Issue
Block a user