[Groonga-commit] groonga/groonga-normalizer-mysql at c30be78 [master] cmake: use relative path

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Jun 26 19:33:03 JST 2013


HAYASHI Kentaro	2013-06-26 19:33:03 +0900 (Wed, 26 Jun 2013)

  New Revision: c30be78b2f1f3824650611d25879e8d42b582bfa
  https://github.com/groonga/groonga-normalizer-mysql/commit/c30be78b2f1f3824650611d25879e8d42b582bfa

  Message:
    cmake: use relative path
    
    Absolute path isn't required here.

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2013-06-25 17:20:29 +0900 (8e7ec03)
+++ CMakeLists.txt    2013-06-26 19:33:03 +0900 (9cd2b8f)
@@ -30,7 +30,7 @@ if(GROONGA_NORMALIZER_MYSQL_BUNDLED)
   set(GROONGA_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/include")
   set(GROONGA_LIBRARY_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/lib")
   set(GROONGA_LIBRARIES "libgroonga")
-  set(GROONGA_PLUGINS_DIR "${GRN_PLUGINS_DIR}")
+  set(GROONGA_PLUGINS_DIR "${GRN_RELATIVE_PLUGINS_DIR}")
 else()
   include(FindPkgConfig)
   include(${CMAKE_CURRENT_SOURCE_DIR}/build/cmake_modules/ReadFileList.cmake)
-------------- next part --------------
HTML����������������������������...
Download 



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