From dd6612cc28d69532eaede37d1c07bd725e8bb718 Mon Sep 17 00:00:00 2001 From: Marco Antonio Jaguaribe Costa Date: Sat, 7 Oct 2023 08:53:23 -0300 Subject: [PATCH] inherit minimum cmake version from ja2 all this does is silence the warning that cmake 2.6 is deprecated, we're never building bfVFS standalone anyway --- ext/VFS/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/VFS/CMakeLists.txt b/ext/VFS/CMakeLists.txt index 23806e8485..21f5d1ecfc 100644 --- a/ext/VFS/CMakeLists.txt +++ b/ext/VFS/CMakeLists.txt @@ -1,5 +1,3 @@ -cmake_minimum_required(VERSION 2.6) - project(bfVFS) set(BFVFS_VERSION_MAJOR 1)