[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] cmake: work DEFAULT_PARSER again

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:42:24 JST 2012


Kouhei Sutou	2012-04-16 23:23:35 +0900 (Mon, 16 Apr 2012)

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

  Log:
    cmake: work DEFAULT_PARSER again

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -2)
===================================================================
--- CMakeLists.txt    2012-04-16 23:21:44 +0900 (c5e70df)
+++ CMakeLists.txt    2012-04-16 23:23:35 +0900 (7763eb9)
@@ -89,6 +89,8 @@ set_target_properties(ha_mroonga PROPERTIES
   COMPILE_DEFINITIONS "MYSQL_DYNAMIC_PLUGIN"
   PREFIX ""
   OUTPUT_NAME "ha_mroonga")
+
+set(DEFAULT_PARSER "TokenBigram" CACHE STRING "The default fulltext parser")
 set_property(TARGET ha_mroonga APPEND PROPERTY
   COMPILE_DEFINITIONS "MRN_PARSER_DEFAULT=\"${DEFAULT_PARSER}\"")
 
@@ -112,8 +114,6 @@ if(DISABLE_FAST_MUTEXES)
     COMPILE_DEFINITIONS "FORCE_FAST_MUTEX_DISABLED=1")
 endif()
 
-set(DEFAULT_PARSER "TokenBigram" CACHE STRING "The default fulltext parser")
-
 install(TARGETS ha_mroonga DESTINATION "${MYSQL_PLUGIN_DIR}")
 
 configure_file(
-------------- next part --------------
HTML����������������������������...
Download 



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