[Groonga-commit] groonga/groonga at a91f283 [master] cmake: use DEPENDS

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 17 23:47:03 JST 2015


Kouhei Sutou	2015-10-17 23:47:03 +0900 (Sat, 17 Oct 2015)

  New Revision: a91f2837493e24a5ce4ac9d577bfe85cf95b45a9
  https://github.com/groonga/groonga/commit/a91f2837493e24a5ce4ac9d577bfe85cf95b45a9

  Message:
    cmake: use DEPENDS
    
    Because MAIN_DEPENDENCY doesn't recognize target.

  Modified files:
    vendor/mecab/CMakeLists.txt

  Modified: vendor/mecab/CMakeLists.txt (+1 -1)
===================================================================
--- vendor/mecab/CMakeLists.txt    2015-10-17 23:44:50 +0900 (763045a)
+++ vendor/mecab/CMakeLists.txt    2015-10-17 23:47:03 +0900 (6c5026d)
@@ -184,7 +184,7 @@ if(GRN_WITH_BUNDLED_MECAB)
     "--outdir" "${CMAKE_CURRENT_BINARY_DIR}"
     "--dictionary-charset" "EUC-JP"
     "--charset" "utf-8"
-    MAIN_DEPENDENCY mecab-dict-index
+    DEPENDS mecab-dict-index
     COMMENT "Build NAIST Japanese Dictionary for MeCab")
   add_custom_target(mecab-naist-jdic ALL
     DEPENDS ${MECAB_NAIST_JDIC_BUILD_DATA})
-------------- next part --------------
HTML����������������������������...
Download 



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