From 36ae51399d8e8b00e71abeb3545efd2a8ff7479b Mon Sep 17 00:00:00 2001 From: Daniel Scharrer Date: Wed, 20 Jan 2021 08:39:54 +0100 Subject: [PATCH] cmake: Bump policy version to 3.19 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dbb64f13..7ef455e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8...3.15) +cmake_minimum_required(VERSION 2.8...3.19) if(CMAKE_VERSION VERSION_LESS 3.12) cmake_policy(VERSION ${CMAKE_VERSION})