diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cdfa2b28..5f8a2a6f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -151,9 +151,9 @@ endif() if(POCO_UNBUNDLED) add_definitions(-DPOCO_UNBUNDLED) - message(STATUS "Build with using external sqlite, libz, pcre, expat ...") + message(STATUS "Using external sqlite, zlib, pcre, expat, ...") else() - message(STATUS "Build with using internal copy of sqlite, libz, pcre, expat, ...") + message(STATUS "Using internal sqlite, zlib, pcre, expat, ...") endif() include(DefinePlatformSpecifc)