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
kenhys committed Aug 3, 2012
1 parent 12e92e5 commit 0646bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -69,7 +69,7 @@ set(GRN_PLUGINS_DIR
CACHE PATH "groonga plugins' directory")
set(GRN_PLUGIN_SUFFIX "${CMAKE_SHARED_MODULE_SUFFIX}")
set(GRN_DLL_FILENAME
"${CMAKE_SHARED_LIBRARY_PREFIXF}groonga${CMAKE_SHARED_LIBRARY_SUFFIX}"
"${CMAKE_SHARED_LIBRARY_PREFIX}groonga${CMAKE_SHARED_LIBRARY_SUFFIX}"
CACHE PATH "groonga DLL filename")

add_definitions(
Expand Down

0 comments on commit 0646bdb

Please sign in to comment.