[Groonga-mysql-commit] mroonga/mroonga at 5ded022 [master] cmake: fix DBUG_OFF option is overridden

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 13 16:19:36 JST 2013


Kouhei Sutou	2013-05-13 16:19:36 +0900 (Mon, 13 May 2013)

  New Revision: 5ded0224b4c96f1e85b36f1bf7e712aa318e622b
  https://github.com/mroonga/mroonga/commit/5ded0224b4c96f1e85b36f1bf7e712aa318e622b

  Message:
    cmake: fix DBUG_OFF option is overridden

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+2 -1)
===================================================================
--- CMakeLists.txt    2013-05-13 15:57:55 +0900 (0b7c233)
+++ CMakeLists.txt    2013-05-13 16:19:36 +0900 (6bbbf50)
@@ -213,8 +213,9 @@ else()
     COMPILE_FLAGS "${MYSQL_CFLAGS}")
   set_source_files_properties(${LIBMRN_NEED_MYSQL_SOURCES} PROPERTIES
     COMPILE_FLAGS "${MYSQL_CFLAGS}")
+  set_property(TARGET ha_mroonga APPEND PROPERTY
+    COMPILE_DEFINITIONS "MYSQL_DYNAMIC_PLUGIN")
   set_target_properties(ha_mroonga PROPERTIES
-    COMPILE_DEFINITIONS "MYSQL_DYNAMIC_PLUGIN"
     PREFIX ""
     OUTPUT_NAME "ha_mroonga")
 
-------------- next part --------------
HTML����������������������������...
Download 



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