Fix cmake build on macOS

This commit is contained in:
Nikolay Korotkiy
2020-07-21 14:22:21 +03:00
committed by Martin Kleusberg
parent 66ab497d2f
commit 73819f5f5e

View File

@@ -1,5 +1,5 @@
project(sqlitebrowser)
cmake_minimum_required(VERSION 2.8.12.2)
project(sqlitebrowser)
# BUILD_VERSION is the current date in YYYYMMDD format. It is only
# used by the nightly version to add the date of the build.