-
Notifications
You must be signed in to change notification settings - Fork 47
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
chore(cpp): update subproject dependencies #750
Conversation
.gitsubprojects
Outdated
endif() | ||
|
||
# Streaming to display walls | ||
if(BRAYNS_DEFLECT_ENABLED) | ||
git_subproject(Deflect https://github.com/BlueBrain/Deflect.git 427458e) | ||
git_subproject(Deflect https://github.com/BlueBrain/Deflect.git 761f7d0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already outdated
.gitsubprojects
Outdated
endif() | ||
|
||
if(BRAYNS_BBIC_ENABLED) | ||
git_subproject(HighFive https://github.com/BlueBrain/HighFive.git 8db7f3c) | ||
git_subproject(HighFive https://github.com/BlueBrain/HighFive.git cd1470a) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is quite old as well.
.gitsubprojects
Outdated
@@ -1,18 +1,18 @@ | |||
# -*- mode: cmake -*- | |||
if(BRAYNS_NETWORKING_ENABLED) | |||
git_subproject(Rockets https://github.com/BlueBrain/Rockets.git cc53765) | |||
git_subproject(Rockets https://github.com/BlueBrain/Rockets.git 25c65c3) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And this one is also old.
I took the latest releases. Do you want to use the development branches? |
Yes, this is development after all. |
done |
No description provided.