You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5076 adds support for consuming s2n-tls via the FetchContent CMake feature. We should make sure that we don't have a regression which breaks this build.
Solution:
A new test should be added which builds a CMake project that consumes s2n-tls with FetchContent. This will ensure we continue supporting this use case in the future.
Problem:
#5076 adds support for consuming s2n-tls via the FetchContent CMake feature. We should make sure that we don't have a regression which breaks this build.
Solution:
A new test should be added which builds a CMake project that consumes s2n-tls with FetchContent. This will ensure we continue supporting this use case in the future.
We may be able to borrow from @jmayclin's consume-s2n-tls repo.
The text was updated successfully, but these errors were encountered: