Navigation Menu

Skip to content

Commit

Permalink
cmake: use DEPENDS
Browse files Browse the repository at this point in the history
Because MAIN_DEPENDENCY doesn't recognize target.
  • Loading branch information
kou committed Oct 17, 2015
1 parent 1adeeb5 commit a91f283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mecab/CMakeLists.txt
Expand Up @@ -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})
Expand Down

0 comments on commit a91f283

Please sign in to comment.