Avoid CMake deprecation warning by bumping version

This commit is contained in:
Martchus 2023-07-23 21:09:45 +02:00
parent ec0dda2677
commit 3e243750a0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR)
cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR)
# meta data
project(videodownloader)