[Groonga-commit] groonga/groonga at f788116 [master] cmake: reduce required CMake version for MariaDB's buildbot

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 10 00:17:41 JST 2014


Kouhei Sutou	2014-03-10 00:17:41 +0900 (Mon, 10 Mar 2014)

  New Revision: f7881167d288d3e5f5b169f3069daa0d4b90c05c
  https://github.com/groonga/groonga/commit/f7881167d288d3e5f5b169f3069daa0d4b90c05c

  Message:
    cmake: reduce required CMake version for MariaDB's buildbot

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+4 -1)
===================================================================
--- CMakeLists.txt    2014-03-10 00:11:03 +0900 (77abbe1)
+++ CMakeLists.txt    2014-03-10 00:17:41 +0900 (b1054f5)
@@ -13,7 +13,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-cmake_minimum_required(VERSION 2.6.4)
+# https://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/5263/steps/compile/logs/stdio
+# says CMake 2.6.2... We want to drop old software support...
+cmake_minimum_required(VERSION 2.6.2)
+# cmake_minimum_required(VERSION 2.6.4) # CentOS 5
 set(GRN_PROJECT_NAME "groonga")
 project("${GRN_PROJECT_NAME}")
 
-------------- next part --------------
HTML����������������������������...
Download 



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