From 00c76d6b5a47a510c65254e4c40a2393ee351f8d Mon Sep 17 00:00:00 2001 From: Jiaxing Li Date: Wed, 5 Nov 2025 17:00:26 +0800 Subject: [PATCH] libqcomtee: fix compilation issue for meta-qcom Update Cmake version from version 3.4 to 3.15. Rename the test case in a more specific way. Signed-off-by: Jiaxing Li --- CMakeLists.txt | 2 +- tests/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e27efd4..d353255 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.4) +cmake_minimum_required(VERSION 3.15) project(qcom-tee C) option(BUILD_UNITTEST "Build unittest" FALSE) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7f87d16..ab45f69 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -project(unittest C) +project(qcomteetest C) # ''Packages''.