mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-12 22:36:54 +02:00
cmake linking fix for win32
This commit is contained in:
@@ -188,6 +188,7 @@ set(LIN_SRCS
|
||||
if(CMAKE_SYSTEM MATCHES "Windows")
|
||||
set(SRCS ${BASE_SRCS} ${WIN_SRCS})
|
||||
add_definitions( -DPOCO_NO_FPENVIRONMENT -DPCRE_STATIC)
|
||||
set(SYSLIBS ${SYSLIBS} iphlpapi)
|
||||
else (CMAKE_SYSTEM MATCHES "Windows")
|
||||
set(SRCS ${BASE_SRCS} ${LIN_SRCS})
|
||||
add_definitions( -DPCRE_STATIC)
|
||||
|
Reference in New Issue
Block a user