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

VCPKG as primary dependency manager (and internal submodules as optional) #397

Draft
wants to merge 18 commits into
base: develop
Choose a base branch
from

Conversation

vijaiaeroastro
Copy link
Collaborator

This PR integrates VCPKG as a submodule in the repository.
It introduces an CMake option -DUSE_PACKAGED_SUBMODULES and this is turned off by default.

It handles everything including libressl. I have tested with both options and the tests also seem to run through.

@gangatp
Copy link
Collaborator

gangatp commented Nov 25, 2024

May be the problem is related to this issue microsoft/vcpkg#25349 , vcpkg is cloned properly, but the dependencies of vcpkg.json are not.

@vijaiaeroastro vijaiaeroastro marked this pull request as draft November 26, 2024 09:33
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.08%. Comparing base (2c008ec) to head (8e7eb3c).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #397   +/-   ##
========================================
  Coverage    66.08%   66.08%           
========================================
  Files          395      395           
  Lines        44625    44625           
========================================
  Hits         29492    29492           
  Misses       15133    15133           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@3dJan
Copy link
Contributor

3dJan commented Dec 4, 2024

We probably should fix this in the cpp bindings and act first.

Copy link
Contributor

@3dJan 3dJan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@@ -11,7 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
fetch-depth: 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants