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 d5ed1bb commit f687472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/mecab/CMakeLists.txt
Expand Up @@ -123,7 +123,7 @@ if(GRN_WITH_BUNDLED_MECAB)
add_definitions("-DDIC_VERSION=${MECAB_DICT_VERSION}")
if(MSVC)
add_definitions(
"-DMECAB_DEFAULT_RC=\"c:\\Program Files\\mecab\\etc\\mecabrc\"")
"-DMECAB_DEFAULT_RC=\"c:\\\\Program Files\\\\mecab\\\\etc\\\\mecabrc\"")
add_definitions(-DMECAB_USE_THREAD)
add_definitions(-DDLL_EXPORT)
add_definitions(-DHAVE_GETENV)
Expand Down

0 comments on commit f687472

Please sign in to comment.