Navigation Menu

Skip to content

Commit

Permalink
cmake: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 7, 2017
1 parent 91b0bfd commit 6a04a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -112,7 +112,7 @@ if(MRN_GROONGA_BUNDLED)
"${MRN_BUNDLED_LZ4_VERSION}"
MRN_BUNDLED_LZ4_VERSION)
set(MRN_BUNDLED_LZ4_DIR
"${MRN_BUNDLED_GROONGA_DIR}/vendor/lz4-${GRN_BUNDLED_LZ4_VERSION}")
"${MRN_BUNDLED_GROONGA_DIR}/vendor/lz4-${MRN_BUNDLED_LZ4_VERSION}")
if(EXISTS ${MRN_BUNDLED_LZ4_DIR})
set(GRN_WITH_BUNDLED_LZ4 ON)
set(GRN_WITH_LZ4 "yes")
Expand Down

0 comments on commit 6a04a9d

Please sign in to comment.