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
This commit is contained in:
Marco Antonio Jaguaribe Costa
2023-10-07 09:21:11 -03:00
committed by majcosta
parent b8a870df02
commit eca4086d30
-2
View File
@@ -1,5 +1,3 @@
cmake_minimum_required(VERSION 2.6)
project(bfVFS)
set(BFVFS_VERSION_MAJOR 1)