[Groonga-mysql-commit] mroonga/mroonga at ee84b73 [master] windows mariadb: enable MariaDB bundled build again

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 25 10:21:06 JST 2014


Kouhei Sutou	2014-04-25 10:21:06 +0900 (Fri, 25 Apr 2014)

  New Revision: ee84b730dbe71f1b65d9d0e4603f702c0d4be4d9
  https://github.com/mroonga/mroonga/commit/ee84b730dbe71f1b65d9d0e4603f702c0d4be4d9

  Message:
    windows mariadb: enable MariaDB bundled build again
    
    MariaDB bundled build on Windows fails on MariaDB buildbot but manual
    build is successful. Mroonga isn't bundled MariaDB yet, so we enable
    it again.

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+0 -4)
===================================================================
--- CMakeLists.txt    2014-04-24 14:53:15 +0900 (252f98a)
+++ CMakeLists.txt    2014-04-25 10:21:06 +0900 (3310a16)
@@ -31,10 +31,6 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
   set(MRN_BUNDLED FALSE)
 else()
   set(MRN_BUNDLED TRUE)
-  if(MSVC)
-    message(STATUS "Bundled Mroonga does not support MSVC yet")
-    return()
-  endif()
 endif()
 
 set(MRN_BUNDLED_GROONGA_RELATIVE_DIR "vendor/groonga")
-------------- next part --------------
HTML����������������������������...
下载 



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