[Groonga-mysql-commit] mroonga/mroonga at 6a04a9d [master] cmake: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Aug 8 00:12:07 JST 2017


Kouhei Sutou	2017-08-08 00:12:07 +0900 (Tue, 08 Aug 2017)

  New Revision: 6a04a9dcd92ac9b18bb8923708c0826590c6dc7a
  https://github.com/mroonga/mroonga/commit/6a04a9dcd92ac9b18bb8923708c0826590c6dc7a

  Message:
    cmake: fix a typo

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2017-08-08 00:10:07 +0900 (59f7fcfc)
+++ CMakeLists.txt    2017-08-08 00:12:07 +0900 (bd6c00f0)
@@ -112,7 +112,7 @@ if(MRN_GROONGA_BUNDLED)
     "${MRN_BUNDLED_LZ4_VERSION}"
     MRN_BUNDLED_LZ4_VERSION)
   set(MRN_BUNDLED_LZ4_DIR
-    "${MRN_BUNDLED_GROONGA_DIR}/vendor/lz4-${GRN_BUNDLED_LZ4_VERSION}")
+    "${MRN_BUNDLED_GROONGA_DIR}/vendor/lz4-${MRN_BUNDLED_LZ4_VERSION}")
   if(EXISTS ${MRN_BUNDLED_LZ4_DIR})
     set(GRN_WITH_BUNDLED_LZ4 ON)
     set(GRN_WITH_LZ4 "yes")
-------------- next part --------------
HTML����������������������������...
Descargar 



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