Navigation Menu

Skip to content

Commit

Permalink
windows: require CMake 3.0.0 or later
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 27, 2015
1 parent 98ad863 commit 99e1e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -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")
Expand Down

0 comments on commit 99e1e30

Please sign in to comment.