From 943938c722ee6827ad77cb985e5e76e658eccb13 Mon Sep 17 00:00:00 2001 From: Steve Chen Date: Sat, 15 Nov 2025 20:55:51 +0800 Subject: [PATCH] change cmake version --- application/dft/bsle_dft_channel/linux/CMakeLists.txt | 2 +- application/dft/bsle_dft_ctrl/linux/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/dft/bsle_dft_channel/linux/CMakeLists.txt b/application/dft/bsle_dft_channel/linux/CMakeLists.txt index 5a46c6e..4b6febc 100644 --- a/application/dft/bsle_dft_channel/linux/CMakeLists.txt +++ b/application/dft/bsle_dft_channel/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.14) project("bp_channel") get_filename_component(CURRENT_SOURCE_DIR "" ABSOLUTE) diff --git a/application/dft/bsle_dft_ctrl/linux/CMakeLists.txt b/application/dft/bsle_dft_ctrl/linux/CMakeLists.txt index 1a55306..a6b38c7 100755 --- a/application/dft/bsle_dft_ctrl/linux/CMakeLists.txt +++ b/application/dft/bsle_dft_ctrl/linux/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.14) project("bp_channel") get_filename_component(CURRENT_SOURCE_DIR "" ABSOLUTE)