JanWilczek / audio-plugin-template

A template repository that you can use for creating audio plugins with the JUCE C++ framework. It is based on CMake, uses CPM package manager, the JUCE C++ framework (obviously), and the GoogleTest framework. All of these are easy to change on demand. You can also base off your new repo off this template because the setup is very simple.
The Unlicense
107 stars 7 forks source link

Downloaded libs are deleted and dowloaded all over again when deleting "build" directory #10

Closed plywood98 closed 3 months ago

plywood98 commented 4 months ago

The way the libraries get downloaded from github seems super useful, however I do not understand why removing the build directory (the one created when compiling) appears to have cmake download the library all over again. To reproduce:

JanWilczek commented 3 months ago

I agree but this is a CPM issue, please, consider adding an issue there. Thanks!