Skip to content

Commit e20d638

Browse files
authored
Merge pull request #21 from jiaxli-QC/cmakeupdate
libqcomtee: fix compilation issue for meta-qcom
2 parents 87c95f1 + 00c76d6 commit e20d638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4)
1+
cmake_minimum_required(VERSION 3.15)
22
project(qcom-tee C)
33

44
option(BUILD_UNITTEST "Build unittest" FALSE)

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(unittest C)
1+
project(qcomteetest C)
22

33
# ''Packages''.
44

0 commit comments

Comments
 (0)