Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 19, 2015
1 parent 14e634a commit 975d135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mecab/CMakeLists.txt
Expand Up @@ -198,7 +198,7 @@ if(GRN_WITH_BUNDLED_MECAB)
DESTINATION "${MECAB_RELATIVE_NAIST_JDIC_DICT_DIR}")

configure_file("mecabrc.cmake" "mecabrc")
install(FILES "mecabrc"
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/mecabrc"
DESTINATION "${CONFIG_DIR}")

configure_file(config.h.cmake "${MECAB_BINARY_DIR}/config.h")
Expand Down

0 comments on commit 975d135

Please sign in to comment.