Open adamski opened 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")
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
"gh:ImJimmi/JIVE#main"
v
@
Following the instructions for CPM with
I get:
Setting this to an explicit version works: