0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

Merge pull request #424 from Jihadist/patch-1

Fix cmake_minimum_required
This commit is contained in:
Alexander Arin 2023-01-11 00:47:48 +03:00 committed by GitHub
commit 74758e035b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
project(limereport)
cmake_minimum_required(VERSION 3.14)
project(limereport)
set(LIMEREPORT_VERSION_MAJOR 1)
set(LIMEREPORT_VERSION_MINOR 6)