[Groonga-mysql-commit] mroonga/mroonga at 0af12a7 [master] Disable MSVC build for bundling build temporarily.

Back to archive index

shibakentoku null+****@clear*****
Fri Mar 21 01:22:33 JST 2014


shibakentoku	2014-03-21 01:22:33 +0900 (Fri, 21 Mar 2014)

  New Revision: 0af12a755dc58f32b5ecd0b0752127cde1ed791d
  https://github.com/mroonga/mroonga/commit/0af12a755dc58f32b5ecd0b0752127cde1ed791d

  Message:
    Disable MSVC build for bundling build temporarily.

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+4 -0)
===================================================================
--- CMakeLists.txt    2014-03-15 17:47:08 +0900 (3310a16)
+++ CMakeLists.txt    2014-03-21 01:22:33 +0900 (252f98a)
@@ -31,6 +31,10 @@ 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����������������������������...
Download 



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