Droping down CMake requirement

master
Peter Drahoš 2010-10-03 20:08:56 +02:00
parent cadbcc1b2e
commit 962b216f97
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# Please note that the package source code is licensed under its own license.
PROJECT(lsqlite3 C)
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
INCLUDE(dist.cmake)
# Find SQLite3