[Groonga-commit] groonga/groonga at 65f5b82 [master] cmake: fix variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 18 13:27:31 JST 2015


Kouhei Sutou	2015-10-18 13:27:31 +0900 (Sun, 18 Oct 2015)

  New Revision: 65f5b82a132c5e6c4873a5b2a33aab0d6e29ba81
  https://github.com/groonga/groonga/commit/65f5b82a132c5e6c4873a5b2a33aab0d6e29ba81

  Message:
    cmake: fix variable name

  Modified files:
    vendor/mecab/CMakeLists.txt

  Modified: vendor/mecab/CMakeLists.txt (+1 -1)
===================================================================
--- vendor/mecab/CMakeLists.txt    2015-10-18 13:20:27 +0900 (120565f)
+++ vendor/mecab/CMakeLists.txt    2015-10-18 13:27:31 +0900 (8186380)
@@ -37,7 +37,7 @@ if(GRN_WITH_BUNDLED_MECAB)
       MECAB_WINDOWS_RELATIVE_NAIST_JDIC_DICT_DIR
       "${MECAB_RELATIVE_NAIST_JDIC_DICT_DIR}")
     set(MECAB_NAIST_JDIC_DICT_DIR
-      "$(rcpath)\\..\\${MECAB_WINDOWS_NAIST_JDIC_DICT_DIR}")
+      "$(rcpath)\\..\\${MECAB_WINDOWS_RELATIVE_NAIST_JDIC_DICT_DIR}")
   else()
     set(MECAB_NAIST_JDIC_DICT_DIR
       "$(rcpath)/../${MECAB_RELATIVE_NAIST_JDIC_DICT_DIR}")
-------------- next part --------------
HTML����������������������������...
Download 



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