ImJimmi / JIVE

The ultimate JUCE extension for building GUIs
https://github.com/ImJimmi/JIVE
MIT License
129 stars 5 forks source link

Failed to checkout tag: 'vmain' #161

Open adamski opened 1 week ago

adamski commented 1 week ago

Following the instructions for CPM with

CPMAddPackage("gh:ImJimmi/JIVE@main")

I get:

fatal: invalid reference: vmain
CMake Error at ... (message):
  Failed to checkout tag: 'vmain'

Setting this to an explicit version works:

CPMAddPackage("gh:ImJimmi/JIVE@1.2.2")
ImJimmi commented 5 days ago

Ahh yes, I think for branches it needs to be "gh:ImJimmi/JIVE#main" as CPM automatically adds a v when using @. I'll update the docs