Rename leftover CONFIG_WOLFSSL_OPTIONS_FILE to CONFIG_WOLFSSL_SETTINGS_FILE

Signed-off-by: Maxime Vincent <maxime@veemax.be>
This commit is contained in:
Maxime Vincent
2021-10-16 15:41:10 +02:00
parent 60adf22ce1
commit 77895ac964

View File

@@ -3,7 +3,7 @@ if(CONFIG_WOLFSSL)
if(CONFIG_WOLFSSL_BUILTIN) if(CONFIG_WOLFSSL_BUILTIN)
target_compile_definitions(wolfSSL INTERFACE target_compile_definitions(wolfSSL INTERFACE
WOLFSSL_OPTIONS_FILE="${CONFIG_WOLFSSL_OPTIONS_FILE}" WOLFSSL_SETTINGS_FILE="${CONFIG_WOLFSSL_SETTINGS_FILE}"
) )
target_include_directories(wolfSSL INTERFACE target_include_directories(wolfSSL INTERFACE