free-audio / clap-wrapper

Wrappers for using CLAP in other plugin environments
MIT License
124 stars 20 forks source link

CPM guarantee() strategy can conflict with FetchContent calls in user code #290

Open mthierman opened 3 months ago

mthierman commented 3 months ago

I noticed after adding WIL in PR #280 that calls in my own code to FetchContent conflict because they have the same name. Perhaps we can prefix the CPM downloads with something like clapwrapper to avoid this.