mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
CMake: add -DPOCO_UNBUNDLED when unbundling.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
095981ce6d
commit
b8e89231fc
@ -48,6 +48,9 @@ if (POCO_UNBUNDLED)
|
||||
find_package(ZLIB REQUIRED)
|
||||
set(SYSLIBS ${SYSLIBS} ${ZLIB_LIBRARIES})
|
||||
include_directories(${ZLIB_INCLUDE_DIRS})
|
||||
|
||||
add_definitions(-DPOCO_UNBUNDLED)
|
||||
|
||||
else()
|
||||
# pcre
|
||||
POCO_SOURCES( SRCS pcre
|
||||
|
Loading…
x
Reference in New Issue
Block a user