cmake: Fix DownloadProject version warning

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-01-31 16:35:02 +01:00
parent 2d522f3c50
commit 90a9bd56a7

View file

@ -1,7 +1,7 @@
# Distributed under the OSI-approved MIT License. See accompanying
# file LICENSE or https://github.com/Crascit/DownloadProject for details.
cmake_minimum_required(VERSION 2.8.2)
cmake_minimum_required(VERSION 3.0.0)
project(${DL_ARGS_PROJ}-download NONE)