libgit2 / libgit2sharp.nativebinaries

MIT License
28 stars 62 forks source link

Update libgit2 to 1.4.2 #135

Closed bording closed 2 years ago

bording commented 2 years ago

@ethomson In some of these builds, I'm seeing:

You have called ADD_LIBRARY for library git2internal without any source files. This typically indicates a problem with your CMakeLists.txt file

Any idea why that might be? Is it something to worry about?

Also, I see that some cmake options changed, and ENABLE_TRACE doesn't seem to exist anymore. I didn't see anything in the new file that seemed to correspond to that now. The build script here was setting that to true, but it seems like that was the default anyway, so I guess it's fine to just remove it?