Navigation Menu

Skip to content

Commit

Permalink
cmake: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent d2c426d commit 65f5b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mecab/CMakeLists.txt
Expand Up @@ -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}")
Expand Down

0 comments on commit 65f5b82

Please sign in to comment.