[Groonga-commit] groonga/groonga at ca0463e [master] cmake mruby: fix a build error

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 25 21:54:05 JST 2014


Kouhei Sutou	2014-10-25 21:54:05 +0900 (Sat, 25 Oct 2014)

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

  Message:
    cmake mruby: fix a build error
    
    But we need more works for building mruby with CMake again...

  Modified files:
    vendor/mruby/CMakeLists.txt

  Modified: vendor/mruby/CMakeLists.txt (+2 -0)
===================================================================
--- vendor/mruby/CMakeLists.txt    2014-10-25 21:53:14 +0900 (9f4aad4)
+++ vendor/mruby/CMakeLists.txt    2014-10-25 21:54:05 +0900 (994ad5e)
@@ -24,6 +24,8 @@ include_directories(
 
 if(GRN_WITH_MRUBY)
   read_file_list("${CMAKE_CURRENT_SOURCE_DIR}/sources.am" MRUBY_SOURCES)
+  string(REGEX REPLACE "\\.\\./" "${CMAKE_CURRENT_SOURCE_DIR}/../"
+    MRUBY_SOURCES "${MRUBY_SOURCES}")
   add_library(mruby OBJECT ${MRUBY_SOURCES})
   set_source_files_properties(${MRUBY_SOURCES}
     PROPERTIES
-------------- next part --------------
HTML����������������������������...
Download 



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