nasa / CryptoLib

Provide a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) and a ground station.
Other
75 stars 29 forks source link

Packaging improvements #278

Closed Niautanor closed 2 months ago

Niautanor commented 3 months ago
  1. It is now possible to install the library to an arbitrary prefix by setting CMAKE_INSTALL_PREFIX and SYSTEM_INSTALL
  2. The filename of the library no longer conflicts with openssl when installed. This should not have an effect when using the library as a git submodule.

Closes #271

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.29%. Comparing base (ee6d707) to head (0989519).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #278 +/- ## ======================================= Coverage 83.29% 83.29% ======================================= Files 39 39 Lines 11049 11049 Branches 832 832 ======================================= Hits 9203 9203 Misses 1544 1544 Partials 302 302 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rjbrown2 commented 3 months ago

Looks good. Awaiting review from others.