Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2015
1 parent a013813 commit d884017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mecab/CMakeLists.txt
Expand Up @@ -33,7 +33,7 @@ if(GRN_WITH_BUNDLED_MECAB)
set(MECAB_RELATIVE_NAIST_JDIC_DICT_DIR
"${MECAB_RELATIVE_DICT_DIR}/naist-jdic")
if(WIN32)
string(REGEX REPLACE "/" "\\"
string(REGEX REPLACE "/" "\\\\"
MECAB_WINDOWS_RELATIVE_NAIST_JDIC_DICT_DIR
"${MECAB_RELATIVE_NAIST_JDIC_DICT_DIR}")
set(MECAB_NAIST_JDIC_DICT_DIR
Expand Down

0 comments on commit d884017

Please sign in to comment.