From 4525bbab20b18be15e06cd3845aa7f6101f388ac Mon Sep 17 00:00:00 2001 From: Wo Ming Boaz Cheung Date: Tue, 1 Jul 2025 15:51:33 -0400 Subject: [PATCH] Update cmake min version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 905cd7d83ef..304d53dc093 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.7) +cmake_minimum_required(VERSION 3.5.0) if(POLICY CMP0046) cmake_policy(SET CMP0046 NEW) endif()