cmake: lower minimal required version a bit

This commit is contained in:
Peinthor Rene
2014-09-17 22:21:07 +02:00
parent 122f5372fb
commit a2e704cd01
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
project(sqlitebrowser)
cmake_minimum_required(VERSION 2.8.9)
cmake_minimum_required(VERSION 2.8.7)
OPTION(USE_QT5 FALSE "Build with qt5")