mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-22 07:01:12 +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)
|
find_package(ZLIB REQUIRED)
|
||||||
set(SYSLIBS ${SYSLIBS} ${ZLIB_LIBRARIES})
|
set(SYSLIBS ${SYSLIBS} ${ZLIB_LIBRARIES})
|
||||||
include_directories(${ZLIB_INCLUDE_DIRS})
|
include_directories(${ZLIB_INCLUDE_DIRS})
|
||||||
|
|
||||||
|
add_definitions(-DPOCO_UNBUNDLED)
|
||||||
|
|
||||||
else()
|
else()
|
||||||
# pcre
|
# pcre
|
||||||
POCO_SOURCES( SRCS pcre
|
POCO_SOURCES( SRCS pcre
|
||||||
|
Loading…
x
Reference in New Issue
Block a user