This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Tango 9 lts remove zmq hpp #421
Merged
bourtemb
merged 10 commits into
tango-controls:tango-9-lts
from
bourtemb:tango-9-lts-remove_zmq_hpp
Jan 8, 2018
Merged
Tango 9 lts remove zmq hpp #421
bourtemb
merged 10 commits into
tango-controls:tango-9-lts
from
bourtemb:tango-9-lts-remove_zmq_hpp
Jan 8, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message(FATAL ...) replaced with message(FATAL_ERROR ...)
Ingvord
reviewed
Dec 8, 2017
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.
Looks like we will use cppzmq from git all the time in travis (debian 7&8&9). Is it intended so?
I mean for debian 7&8 we should use what is in official repos, should not we?
…ilds As agreed during 18th December 2017 kernel meeting in order to fit with the limit of 5 travis builds running in parallel. The goal is to speed up the process and to get Travis CI results much faster. Simply uncomment the line corresponding to Debian 7 Debug in .travis.yml's env matrix to enable it again.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove zmq.hpp from tango-9-lts (#266)
Add CPPZMQ_BASE optional CMake variable
This Pull Request is the same as #412 but it seems there is bug in Github which makes it think there are still some conflicts, even after having resolved them with the web interface!