Use correct cmake_minimum_required version

This commit is contained in:
Lars Melchior 2020-04-13 21:11:36 +02:00 committed by GitHub
parent 223c04146a
commit 88a798a3d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
# ---- Project ----