mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
build: unify minimum required cmake version
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3830423b3a
commit
08b38581de
@@ -89,7 +89,7 @@ perl -pi -e "s/^ver_hf = .*/ver_hf = $NEO_L0_VERSION_HOTFIX/" $BUILD_DIR/debian/
|
||||
|
||||
#needs a top level CMAKE file
|
||||
cat << EOF | tee $BUILD_DIR/CMakeLists.txt
|
||||
cmake_minimum_required (VERSION 3.2 FATAL_ERROR)
|
||||
cmake_minimum_required (VERSION 3.13.0 FATAL_ERROR)
|
||||
|
||||
project(neo)
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ fi
|
||||
|
||||
#needs a top level CMAKE file
|
||||
cat << EOF | tee $BUILD_DIR/CMakeLists.txt
|
||||
cmake_minimum_required (VERSION 3.2 FATAL_ERROR)
|
||||
cmake_minimum_required (VERSION 3.13.0 FATAL_ERROR)
|
||||
|
||||
project(neo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user