From eca4086d303f48121f504a7b1c6b2f2d489f8b0c 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 23806e84..21f5d1ec 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)