[Groonga-commit] groonga/groonga at cbabb9f [master] cmake: move LIBDIR to GRN_RELATIVE_PLUGINS_DIR

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 26 16:45:22 JST 2013


Kouhei Sutou	2013-06-26 16:45:22 +0900 (Wed, 26 Jun 2013)

  New Revision: cbabb9f2cb48fea70a7f1ea402f54a1d10da92f6
  https://github.com/groonga/groonga/commit/cbabb9f2cb48fea70a7f1ea402f54a1d10da92f6

  Message:
    cmake: move LIBDIR to GRN_RELATIVE_PLUGINS_DIR

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -2)
===================================================================
--- CMakeLists.txt    2013-06-26 16:42:25 +0900 (3d5b249)
+++ CMakeLists.txt    2013-06-26 16:45:22 +0900 (d0fc331)
@@ -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}")
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index