[Pcre-svn] [650] code/trunk/CMakeLists.txt: Update CMake for…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [650] code/trunk/CMakeLists.txt: Update CMake for new PCREGREP_BUFSIZE compile-time option.
Revision: 650
          http://vcs.pcre.org/viewvc?view=rev&revision=650
Author:   ph10
Date:     2011-08-01 17:10:17 +0100 (Mon, 01 Aug 2011)


Log Message:
-----------
Update CMake for new PCREGREP_BUFSIZE compile-time option.

Modified Paths:
--------------
    code/trunk/CMakeLists.txt


Modified: code/trunk/CMakeLists.txt
===================================================================
--- code/trunk/CMakeLists.txt    2011-08-01 11:23:52 UTC (rev 649)
+++ code/trunk/CMakeLists.txt    2011-08-01 16:10:17 UTC (rev 650)
@@ -36,7 +36,8 @@
 # 2009-04-11 PH applied Christian Ehrlicher's patch to show compiler flags that
 #            are set by specifying a release type.
 # 2010-01-02 PH added test for stdint.h
-# 2010-03-02 PH addes test for inttypes.h
+# 2010-03-02 PH added test for inttypes.h
+# 2011-08-01 PH added PCREGREP_BUFSIZE


PROJECT(PCRE C CXX)

@@ -99,6 +100,9 @@
 SET(PCRE_MATCH_LIMIT_RECURSION "MATCH_LIMIT" CACHE STRING
     "Default limit on internal recursion. See MATCH_LIMIT_RECURSION in config.h.in for details.")


+SET(PCREGREP_BUFSIZE "20480" CACHE STRING
+    "Buffer size parameter for pcregrep. See PCREGREP_BUFSIZE in config.h.in for details.")
+
 SET(PCRE_NEWLINE "LF" CACHE STRING
     "What to recognize as a newline (one of CR, LF, CRLF, ANY, ANYCRLF).")