1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-06-10 03:02:20 +00:00

Update minimum cmake version.

This commit is contained in:
Brenden Matthews 2023-01-01 14:35:41 -05:00
parent 1b1ca6d559
commit 98b70966eb
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.15)
project(conky)