-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid using cmake glob vars if we are a subproject v2 #1459
Avoid using cmake glob vars if we are a subproject v2 #1459
Conversation
This is another approach of how to fix given issue, previous proposed by @mknaranja is PR-1453, issue discussion is here Issue-1451. |
IMO it's a very good and necessary fix! @BillyDonahue |
Thanks for doing this! |
Anyone know what's up with Travis CI? It seems to be blocked. |
Maybe you've exhausted your current allowance of sponsored "build minutes for OSS" and have to apply for the next batch? |
Yes that's what's up.
@cdunn2001 is the contact for that. |
Waiting out the month seems reasonable. It's a bummer that the open screen credits are shared between all of the @open-source-parsers repositories, considering we haven't really had any code checked into JsonCpp in over six months. |
Looks like the PR is stuck... |
@nkh-lab @BillyDonahue can you please fix this PR (CI) so it can be merged? |
ok. it's a good change. We just can't get CI to validate it. |
If jsoncpp is a subproject (like a git submodule), setting the global cmake variables affect the entire project (changes the structure of the output folders) and these changes prevent it.
0462d0b
to
e3a74a7
Compare
Since PR: open-source-parsers/jsoncpp#1459 was merged we can use origin jsoncpp now. Since PR open-source-parsers/jsoncpp#1459 has been merged, we can now use origin jsoncpp project.
Since PR open-source-parsers/jsoncpp#1459 has been merged, we can now use origin jsoncpp project.
If jsoncpp is a subproject (like a git submodule), setting the global cmake variables affect the entire project (changes the structure of the output folders) and these changes prevent it.