From 04e7854c0d41498f1066eed61c889ecf64ad0d68 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 24 Sep 2023 17:17:00 +0100 Subject: [PATCH] Up zstd cmake required version for it to stop complaining. --- 3rdparty/zstd.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/zstd.cmake b/3rdparty/zstd.cmake index 2cfccbf..d6acdc8 100644 --- a/3rdparty/zstd.cmake +++ b/3rdparty/zstd.cmake @@ -7,7 +7,7 @@ # in the COPYING file in the root directory of this source tree). # ################################################################ -cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5 FATAL_ERROR) # As of 2018-12-26 ZSTD has been validated to build with cmake version 3.13.2 new policies. # Set and use the newest cmake policies that are validated to work