mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 17:52:44 +00:00
fix message grammer
This commit is contained in:
@@ -151,9 +151,9 @@ endif()
|
|||||||
|
|
||||||
if(POCO_UNBUNDLED)
|
if(POCO_UNBUNDLED)
|
||||||
add_definitions(-DPOCO_UNBUNDLED)
|
add_definitions(-DPOCO_UNBUNDLED)
|
||||||
message(STATUS "Build with using external sqlite, libz, pcre, expat ...")
|
message(STATUS "Using external sqlite, zlib, pcre, expat, ...")
|
||||||
else()
|
else()
|
||||||
message(STATUS "Build with using internal copy of sqlite, libz, pcre, expat, ...")
|
message(STATUS "Using internal sqlite, zlib, pcre, expat, ...")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(DefinePlatformSpecifc)
|
include(DefinePlatformSpecifc)
|
||||||
|
|||||||
Reference in New Issue
Block a user