Clion - vcpkg - Rebuild library in every project #40525
Oboisti-07
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
use the Clion IDE for C++ development and I'm starting to use vcpkg to manage external library.
I have to develop using Qt6 and using the steps described in the page the necessary libraries are compiled.
If I create a new project and request the same library (already compiled and present in the package folder inside vcpkg) the compiled libraries are deleted and downloaded and compiled again.
In the second project I use the same CMakePresets.json present in the first project.
How can I avoid recompilation and waste of time?
Thanks to all
Beta Was this translation helpful? Give feedback.
All reactions