Skip to content

Commit

Permalink
openthread: fix building from libraries
Browse files Browse the repository at this point in the history
The path for nrf_security headers has changed.

Signed-off-by: Eduardo Montoya <[email protected]>
  • Loading branch information
edmont authored and rlubos committed Feb 1, 2022
1 parent 68a369d commit 949ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openthread/cmake/extensions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function(get_active_mbedtls_configs_from_file fileName returnMatch1List)
endfunction()

function(check_openthread_dependencies ot_lib_nrf_security_mbedtls_config_file)
set(nrf_security_mbedtls_config_file "${CMAKE_CURRENT_BINARY_DIR}/../nrf_security/include/${CONFIG_MBEDTLS_CFG_FILE}")
set(nrf_security_mbedtls_config_file "${CMAKE_CURRENT_BINARY_DIR}/../nrf_security/src/include/generated/${CONFIG_MBEDTLS_CFG_FILE}")
get_active_mbedtls_configs_from_file(${nrf_security_mbedtls_config_file} mbedtls_conf_list)
get_active_mbedtls_configs_from_file(${ot_lib_nrf_security_mbedtls_config_file} ot_mbedtls_conf_list)

Expand Down

0 comments on commit 949ff43

Please sign in to comment.