We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src
1 parent 59f172d commit a5fc275Copy full SHA for a5fc275
as-lib/peripheral/CMakeLists.txt
@@ -5,7 +5,6 @@ project(loramac-peripheral C)
5
if (NOT TARGET ${PROJECT_NAME})
6
7
option(LORAMAC_SECURE_ELEMENT_PRE_PROVISIONED "Secure-element pre-provisioning" ON)
8
- option(LORAMAC_SOFT_SE_AES_DEC_PREKEYED "Whether SOFT SE AES is DEC Prekeyed" ON)
9
10
set(LORAMAC_SECURE_ELEMENT_LIST SOFT_SE LR1110_SE ATECC608A_TNGLORA_SE)
11
set(LORAMAC_SECURE_ELEMENT SOFT_SE CACHE STRING "Default secure element is SOFT_SE")
@@ -34,7 +33,6 @@ if (NOT TARGET ${PROJECT_NAME})
34
33
${PROJECT_NAME}
35
PUBLIC
36
SOFT_SE
37
- $<$<BOOL:${LORAMAC_SOFT_SE_AES_DEC_PREKEYED}>:AES_DEC_PREKEYED>
38
)
39
target_include_directories(
40
0 commit comments