We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There is a problem in library/CMakeLists.txt if you want to install libmbedcrypto.a :
--- library/CMakeLists.txt.orig Fri Jul 24 11:41:05 2015 +++ library/CMakeLists.txt Fri Jul 24 11:44:05 2015 @@ -131,7 +131,7 @@ set_target_properties(${mbedtls_static_target} PROPERTIES OUTPUT_NAME mbedtls) target_link_libraries(${mbedtls_static_target} ${libs} ${mbedx509_static_target}) - install(TARGETS ${mbedtls_static_target} ${mbedx509_static_target} ${mbedcrypt_static_target} + install(TARGETS ${mbedtls_static_target} ${mbedx509_static_target} ${mbedcrypto_static_target} DESTINATION ${LIB_INSTALL_DIR} PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE) endif(USE_STATIC_MBEDTLS_LIBRARY)
Cheers, benoit
The text was updated successfully, but these errors were encountered:
Aw, that's embarrassing. Patch applied, thanks for your report!
Sorry, something went wrong.
6f42417
Merge pull request Mbed-TLS#221 from gilles-peskine-arm/annotate_todo…
bbdf310
…_comments-20190813 SE keys: fix psa_destroy_key; add Github issue numbers for missing code
No branches or pull requests
Hi,
There is a problem in library/CMakeLists.txt if you want to install libmbedcrypto.a :
Cheers,
benoit
The text was updated successfully, but these errors were encountered: