Revision: 655
http://vcs.pcre.org/viewvc?view=rev&revision=655
Author: ph10
Date: 2011-08-02 17:26:12 +0100 (Tue, 02 Aug 2011)
Log Message:
-----------
Fix oversights in CMake config file.
Modified Paths:
--------------
code/trunk/CMakeLists.txt
Modified: code/trunk/CMakeLists.txt
===================================================================
--- code/trunk/CMakeLists.txt 2011-08-02 11:00:40 UTC (rev 654)
+++ code/trunk/CMakeLists.txt 2011-08-02 16:26:12 UTC (rev 655)
@@ -560,6 +560,7 @@
MESSAGE(STATUS " Build shared libs ............... : ${BUILD_SHARED_LIBS}")
MESSAGE(STATUS " Build static libs ............... : ${BUILD_STATIC_LIBS}")
MESSAGE(STATUS " Build pcregrep .................. : ${PCRE_BUILD_PCREGREP}")
+ MESSAGE(STATUS " Buffer size for pcregrep ........ : ${PCREGREP_BUFSIZE}")
MESSAGE(STATUS " Build tests (implies pcretest) .. : ${PCRE_BUILD_TESTS}")
IF(ZLIB_FOUND)
MESSAGE(STATUS " Link pcregrep with libz ......... : ${PCRE_SUPPORT_LIBZ}")