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
1 changed files with 1 additions and 1 deletions

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)