[Groonga-commit] groonga/groonga at 42b9226 [master] cmake: add missing resetting flag

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 28 13:07:50 JST 2014


Kouhei Sutou	2014-10-28 13:07:50 +0900 (Tue, 28 Oct 2014)

  New Revision: 42b9226d6cc2bb3fc72cb7198ebb9967e38119b9
  https://github.com/groonga/groonga/commit/42b9226d6cc2bb3fc72cb7198ebb9967e38119b9

  Message:
    cmake: add missing resetting flag

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -0)
===================================================================
--- CMakeLists.txt    2014-10-28 13:01:47 +0900 (43925b3)
+++ CMakeLists.txt    2014-10-28 13:07:50 +0900 (1679c26)
@@ -303,6 +303,7 @@ if(NOT ${GRN_WITH_ZLIB} STREQUAL "no")
     if(${GRN_WITH_ZLIB} STREQUAL "yes")
       message(FATAL_ERROR "No libz found")
     endif()
+    set(GRN_WITH_ZLIB "no")
   endif()
 endif()
 
@@ -314,6 +315,7 @@ if(NOT ${GRN_WITH_LZ4} STREQUAL "no")
     if(${GRN_WITH_LZ4} STREQUAL "yes")
       message(FATAL_ERROR "No liblz4 found")
     endif()
+    set(GRN_WITH_LZ4 "no")
   endif()
 endif()
 
-------------- next part --------------
HTML����������������������������...
Download 



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