Navigation Menu

Skip to content

Commit

Permalink
cmake: move LIBDIR to GRN_RELATIVE_PLUGINS_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 26, 2013
1 parent 98678bb commit cbabb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -68,9 +68,9 @@ set(GRN_STACK_SIZE
CACHE STRING
"DANGER!!! groonga stack size. Normarlly, you should not change this variable.")
set(GRN_RELATIVE_PLUGINS_DIR
"${GRN_PROJECT_NAME}/plugins")
"${LIB_DIR}/${GRN_PROJECT_NAME}/plugins")
set(GRN_PLUGINS_DIR
"${CMAKE_INSTALL_PREFIX}/${LIB_DIR}/${GRN_RELATIVE_PLUGINS_DIR}")
"${CMAKE_INSTALL_PREFIX}/${GRN_RELATIVE_PLUGINS_DIR}")
set(GRN_PLUGIN_SUFFIX "${CMAKE_SHARED_MODULE_SUFFIX}")
set(GRN_DLL_FILENAME
"${CMAKE_SHARED_LIBRARY_PREFIX}groonga${CMAKE_SHARED_LIBRARY_SUFFIX}")
Expand Down

0 comments on commit cbabb9f

Please sign in to comment.