[Groonga-mysql-commit] mroonga/mroonga at d3528be [master] cmake: add a prefix MRN_ to a variable DEFAULT_PARSER

Back to archive index

susumu.yata null+****@clear*****
Thu Oct 9 16:56:23 JST 2014


susumu.yata	2014-10-09 16:56:23 +0900 (Thu, 09 Oct 2014)

  New Revision: d3528be825aad6cc7b03f28407f792b748f68b50
  https://github.com/mroonga/mroonga/commit/d3528be825aad6cc7b03f28407f792b748f68b50

  Message:
    cmake: add a prefix MRN_ to a variable DEFAULT_PARSER
    
    GitHub: ref #23

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -2)
===================================================================
--- CMakeLists.txt    2014-10-08 21:08:07 +0900 (3701bb2)
+++ CMakeLists.txt    2014-10-09 16:56:23 +0900 (133cf7b)
@@ -321,9 +321,9 @@ if(GROONGA_NORMALIZER_MYSQL_FOUND)
     COMPILE_DEFINITIONS "GROONGA_NORMALIZER_MYSQL_PLUGIN_NAME=\"normalizers/mysql\"")
 endif()
 
-set(DEFAULT_PARSER "TokenBigram" CACHE STRING "The default fulltext parser")
+set(MRN_DEFAULT_PARSER "TokenBigram" CACHE STRING "The default fulltext parser")
 set_property(TARGET ha_mroonga APPEND PROPERTY
-  COMPILE_DEFINITIONS "MRN_PARSER_DEFAULT=\"${DEFAULT_PARSER}\"")
+  COMPILE_DEFINITIONS "MRN_PARSER_DEFAULT=\"${MRN_DEFAULT_PARSER}\"")
 
 configure_file(
   "${PROJECT_SOURCE_DIR}/mrn_version.h.in"
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-mysql-commit mailing list
Back to archive index