[Groonga-mysql-commit] mroonga/mroonga at d9d808d [master] cmake: fix wrong directory

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 13 16:46:47 JST 2013


Kouhei Sutou	2013-06-13 16:46:47 +0900 (Thu, 13 Jun 2013)

  New Revision: d9d808d226bc71e2cbc99ce1243709c2d4a4b0c8
  https://github.com/mroonga/mroonga/commit/d9d808d226bc71e2cbc99ce1243709c2d4a4b0c8

  Message:
    cmake: fix wrong directory

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2013-06-13 16:40:47 +0900 (123f48c)
+++ CMakeLists.txt    2013-06-13 16:46:47 +0900 (566541e)
@@ -259,7 +259,7 @@ if(NOT EXISTS "${MRN_TEST_SUITE_DIR}")
   set(MRN_TEST_SUITE_DIR "${PROJECT_SOURCE_DIR}/test/sql/suite/mroonga")
 endif()
 configure_file(
-  "${PROJECT_SOURCE_DIR}/test/sql/suite/mroonga/storage/information_schema/r/plugins.result.in"
+  "${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result.in"
   "${MRN_TEST_SUITE_DIR}/storage/information_schema/r/plugins.result"
   NEWLINE_STYLE LF)
 
-------------- next part --------------
HTML����������������������������...
Download 



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