[Groonga-commit] groonga/groonga at 2d4e42a [master] cmake: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 4 12:18:12 JST 2013


Kouhei Sutou	2013-10-04 12:18:12 +0900 (Fri, 04 Oct 2013)

  New Revision: 2d4e42a701fce9bd8113ba35c5994ed690ad0237
  https://github.com/groonga/groonga/commit/2d4e42a701fce9bd8113ba35c5994ed690ad0237

  Message:
    cmake: fix a typo
    
    mrn ->
    mrb
      ^
    
    We depelope groonga not mroonga!

  Modified files:
    lib/CMakeLists.txt

  Modified: lib/CMakeLists.txt (+1 -1)
===================================================================
--- lib/CMakeLists.txt    2013-10-04 12:15:43 +0900 (f55345b)
+++ lib/CMakeLists.txt    2013-10-04 12:18:12 +0900 (4f1b09e)
@@ -26,7 +26,7 @@ read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/dat/sources.am LIBGRNDAT_SOURCES)
 string(REGEX REPLACE "([^;]+)" "dat/\\1"
   LIBGRNDAT_SOURCES "${LIBGRNDAT_SOURCES}")
 read_file_list(${CMAKE_CURRENT_SOURCE_DIR}/mrb/sources.am LIBGRNMRB_SOURCES)
-string(REGEX REPLACE "([^;]+)" "mrn/\\1"
+string(REGEX REPLACE "([^;]+)" "mrb/\\1"
   LIBGRNMRB_SOURCES "${LIBGRNMRB_SOURCES}")
 
 set_source_files_properties(${LIBGROONGA_SOURCES} ${LIBGRNMRB_SOURCES}
-------------- next part --------------
HTML����������������������������...
Download 



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