[Groonga-mysql-commit] mroonga/mroonga at b0aba76 [master] travis: fix cmake option

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Sep 14 00:03:37 JST 2014


Kouhei Sutou	2014-09-14 00:03:37 +0900 (Sun, 14 Sep 2014)

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

  Message:
    travis: fix cmake option

  Modified files:
    tools/travis/before_script.sh

  Modified: tools/travis/before_script.sh (+2 -2)
===================================================================
--- tools/travis/before_script.sh    2014-09-13 23:45:48 +0900 (fb0d78d)
+++ tools/travis/before_script.sh    2014-09-14 00:03:37 +0900 (59a3042)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright(C) 2012-2013 Kouhei Sutou <kou �� clear-code.com>
+# Copyright(C) 2012-2014 Kouhei Sutou <kou �� clear-code.com>
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -20,7 +20,7 @@
 set -e
 
 if [ "$MRN_BUNDLED" = "yes" ]; then
-    cmake . -DWITH_DEBUG=1
+    cmake . -DCMAKE_BUILD_TYPE=Debug
 else
     ./autogen.sh
 
-------------- next part --------------
HTML����������������������������...
Download 



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