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

Configuration - Add VCPKG Manifest mode support #205

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dpasukhi
Copy link
Member

The basic implementation of VCPKG as a beta version. By default will be disabled.
To enable needs to remove CMake cache and reconfigure with BUILD_USE_VCPKG flag to ON. The current version do not support whole list of 3rd-party, only limited.
and VCPKG_ROOT reachable as a CMake or env variable
Add vcpkg support for FFmpeg and Jemalloc, including configuration files and patches.

@dpasukhi dpasukhi added 2. Enhancement New feature or request 1. Configuration CMake/QMake processes of OCCT or samples labels Dec 20, 2024
@dpasukhi dpasukhi added this to the Release 7.9 milestone Dec 20, 2024
@dpasukhi dpasukhi requested a review from a team December 20, 2024 14:35
@dpasukhi dpasukhi self-assigned this Dec 20, 2024
@dpasukhi dpasukhi linked an issue Dec 20, 2024 that may be closed by this pull request
4 tasks
The basic implementation of VCPKG as a beta version.
By default will be disabled.
To enable needs to remove CMake cache and reconfigure with BUILD_USE_VCPKG flag to ON.
The current version do not support whole list of 3rd-party, only limited.
  and VCPKG_ROOT reachable as a CMake or env variable
Add vcpkg support for FFmpeg and Jemalloc, including configuration files and patches.
@dpasukhi dpasukhi merged commit 819ae9a into Open-Cascade-SAS:IR Dec 20, 2024
13 checks passed
@dpasukhi dpasukhi mentioned this pull request Dec 24, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Configuration CMake/QMake processes of OCCT or samples 2. Enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

VCPKG Manifest mode support
2 participants