From 348e496682550f2d349b29dc17556075441e5a11 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Tue, 21 Jul 2020 14:22:21 +0300 Subject: [PATCH] Fix cmake build on macOS --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff9690eae..8a3d8eb9c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.