We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7426337 + d54f6b1 commit f2a639cCopy full SHA for f2a639c
lib/ext/CMakeLists.txt
@@ -6,8 +6,10 @@
6
#-------------------------------------------------------------------------------
7
set(FETCHCONTENT_BASE_DIR ${CMAKE_BINARY_DIR}/lib/ext CACHE STRING "" FORCE)
8
9
-add_subdirectory(qcbor)
10
-add_subdirectory(t_cose)
+if(TFM_PARTITION_INITIAL_ATTESTATION)
+ add_subdirectory(qcbor)
11
+ add_subdirectory(t_cose)
12
+endif()
13
add_subdirectory(mbedcrypto)
14
add_subdirectory(CMSIS_5)
15
if(BL2)
0 commit comments