[Groonga-commit] pgroonga/pgroonga at 99e1e30 [master] windows: require CMake 3.0.0 or later

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 27 22:57:04 JST 2015


Kouhei Sutou	2015-04-27 22:57:04 +0900 (Mon, 27 Apr 2015)

  New Revision: 99e1e3040a2b074c5dddbeb2aab648f011ec1342
  https://github.com/pgroonga/pgroonga/commit/99e1e3040a2b074c5dddbeb2aab648f011ec1342

  Message:
    windows: require CMake 3.0.0 or later

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2015-04-27 22:50:03 +0900 (0b22e6d)
+++ CMakeLists.txt    2015-04-27 22:57:04 +0900 (802d66b)
@@ -1,6 +1,6 @@
 # CMake support is only for Windows
 
-# cmake_minimum_required(VERSION 2.6.4)
+cmake_minimum_required(VERSION 3.0.0)
 
 set(PGRN_PROJECT_NAME "PGroonga")
 set(PGRN_PROJECT_ID "pgroonga")
-------------- next part --------------
HTML����������������������������...
Download 



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