[Groonga-commit] groonga/groonga at 4f3d105 [master] cmake lz4: link to all liblz4 objs

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 7 15:59:43 JST 2017


Kouhei Sutou	2017-04-07 15:59:43 +0900 (Fri, 07 Apr 2017)

  New Revision: 4f3d1050eec04dddf88cab75e74e82efd04cee10
  https://github.com/groonga/groonga/commit/4f3d1050eec04dddf88cab75e74e82efd04cee10

  Message:
    cmake lz4: link to all liblz4 objs

  Modified files:
    vendor/lz4/CMakeLists.txt

  Modified: vendor/lz4/CMakeLists.txt (+1 -1)
===================================================================
--- vendor/lz4/CMakeLists.txt    2017-04-07 15:45:51 +0900 (e0d405e)
+++ vendor/lz4/CMakeLists.txt    2017-04-07 15:59:43 +0900 (4e3bbb8)
@@ -46,7 +46,7 @@ if(GRN_WITH_BUNDLED_LZ4)
     "${LZ4_SOURCE_DIR}/programs/datagen.h"
     "${LZ4_SOURCE_DIR}/programs/platform.h"
     "${LZ4_SOURCE_DIR}/programs/util.h"
-    )
+    ${LIBLZ4_SOURCES})
 
   set(LZ4_C_COMPILE_FLAGS "${GRN_C_COMPILE_FLAGS}")
 
-------------- next part --------------
HTML����������������������������...
Download 



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