-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Use vcpkg for providing dependencies. #37
base: develop
Are you sure you want to change the base?
Conversation
Signed-off-by: Alessandro Gatti <[email protected]>
Also start to port the CI to also use vcpkg.
Some notes on
|
|
After further exploration of VCPKG and Windows :
About all this, I think I'll try to create a hybrid system in which CMakeLists.txt will try to use the local version of a library (for example, provided by the system's package manager), or, if nothing has been found, it will use VCPKG. The deploy CIs/system will then only work if Qt6, QInstallerFramework and mesa llvmpipe dll (Windows only) are available locally (not via VCPKG). Edit: |
Also tried fixing the windows CI, windeployqt.exe is so broken on Windows...
There is an option for cleaning the buildtrees and downloads folder of vcpkg after build: Regards, |
Thanks for the advice!
I feel this... |
Description
Use vcpkg for providing third party dependencies. This is the continuation of @agatti work on #36.
Affected area(s)
Changes type