From 13283be94adbfae828d1c4de8cc690fc2d4779d2 Mon Sep 17 00:00:00 2001 From: mwish Date: Sun, 12 Feb 2023 15:58:45 +0800 Subject: [PATCH] Tiny update --- cpp/cmake_modules/ThirdpartyToolchain.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake b/cpp/cmake_modules/ThirdpartyToolchain.cmake index 50c9cd2136dc..fa9a13459dd6 100644 --- a/cpp/cmake_modules/ThirdpartyToolchain.cmake +++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake @@ -2505,8 +2505,8 @@ endif() macro(build_zstd) message(STATUS "Building Zstandard from source") - if(CMAKE_VERSION VERSION_LESS 3.7) - message(FATAL_ERROR "Building Zstandard using ExternalProject requires at least CMake 3.7" + if(CMAKE_VERSION VERSION_LESS 3.18) + message(FATAL_ERROR "Building Zstandard using ExternalProject requires at least CMake 3.18" ) endif()