From 56f50fcc548b354985266781449e5a23ceb7abd8 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 2 Jun 2022 06:40:10 +0200 Subject: [PATCH] cmake: Require version 3.13 or newer --- CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0d1abab..9af97d0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ -# StreamFX - The premier VFX plugin for OBS Studio. -# Copyright (C) 2017 - 2020 Michael Fabian Dirks +# Copyright (C) 2017 Michael Fabian Dirks # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +15,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA # CMake Setup -cmake_minimum_required(VERSION 3.8...4.0) +cmake_minimum_required(VERSION 3.13...4.0) ################################################################################ # Configure Type