mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 02:09:55 -06:00
cmake: lower required version for tests too
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
project(sqlb-unittests)
|
||||
cmake_minimum_required(VERSION 2.8.9)
|
||||
cmake_minimum_required(VERSION 2.8.7)
|
||||
|
||||
OPTION(USE_QT5 FALSE "Build with qt5")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user