Skip to content
New issue

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

Shared library .so version #3407

Merged
merged 4 commits into from
Aug 3, 2022
Merged

Shared library .so version #3407

merged 4 commits into from
Aug 3, 2022

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Jul 21, 2022

Resolved issues:

addresses #2402 - replaces PR #2403

Description of changes:

Tell Cmake what version we're on so it can build the links for the .so file.

Call-outs:

Requires updating our release process to increment this.

Testing:

How is this change tested : CI

Is this a refactor change? no

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Jul 21, 2022
@dougch
Copy link
Contributor Author

dougch commented Jul 22, 2022

This is breaking the crt build:
CMake Error at crt/s2n/CMakeLists.txt:248 (set_target_properties): set_target_properties Can not find target to add properties to: aws-crt-cpp

@dougch dougch enabled auto-merge (squash) August 2, 2022 22:31
@dougch dougch requested a review from toidiu August 2, 2022 22:32
@dougch
Copy link
Contributor Author

dougch commented Aug 2, 2022

This is breaking the crt build: CMake Error at crt/s2n/CMakeLists.txt:248 (set_target_properties): set_target_properties Can not find target to add properties to: aws-crt-cpp

Resolved with recent variable update.

@dougch dougch merged commit fd9eb4d into aws:main Aug 3, 2022
@dougch dougch deleted the so-version branch August 3, 2022 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants