Closed amine-aboufirass closed 2 years ago
Ups, I did mistake here
https://github.com/Samsung/netcoredbg/blob/becef4b8ac0c9d401660f3761b9a3fe6fd1e0a20/fetchdeps.cmake#L52
change to else()
.
That works, thanks. Made a PR.
@awa5114 I already added this fix into our internal dev repo when tested this fix before wrote answer, will be in public upstream at next sync.
Allright. I'll remove the PR then.
@viewizard I was under the impression that this repo was under an MIT license. Where is this "internal dev repo" you mention? Is that just your personal fork?
We have internal Samsung git repo for development (I am Samsung employee). When code have some consistant state, we sync it with public repo. Plus, since we stay with same commits hashes in internal and public repo, you could be sure you see same code as I am in internal repo. :-)
Ok. Do you accept contributions from the community as well? When they haven't been implemented by a Samsung employee and are viable changes?
Sure, we accept contributions, but instead of merge PR in public repo directly, we move PR's commits into internal repo first, check code, test all this changes with our CI, and after that (at sync) close initial PR in public repo. As you could see, at last sync we also have commit from public PR: https://github.com/Samsung/netcoredbg/pull/86 https://github.com/Samsung/netcoredbg/commit/cd606fad353894908bfee183f695c72a264ef939
I tried to build the source using CMake as follows:
PS> cmake ../ -G "Visual Studio 17 2022"
Here's the log output:
Not sure what I'm doing wrong here. Any assistance would be welcome. Thanks.