mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-24 12:25:11 +00:00
cmake: Fix DownloadProject version warning
This commit is contained in:
parent
171c73d4b4
commit
ed22ccadf5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue