-
Notifications
You must be signed in to change notification settings - Fork 111
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
cycle in constraints graph #130
Comments
What should I do to reproduce? |
I have not too much of an idea since I have not looked into this deeply. In retrospect, I noticed that I accidentially switched between clang and gcc for some modules, but I guess that there is an independent bug somewhere: if ERT's installation directory is specified via ERT_ROOT and happens to be in a sibling directory (in my case |
Should not, but I cannot claim with certainty it doesn't (I use a |
Me too, but my install prefix is a sibling of the |
Is this still happening? |
at least not to me ;) closing |
Silence unused argument warnings.
recently cmake started to spit the following warning at me:
without going into it too deeply, this looks like a problem caused by sibling builds. (maybe
FindERT.cmake
detects an installed version of the library as well as a sibling one?) also, this may or not be due to the fact that I compiled using ERT using GCC 5.2.1 while I used clang 3.6.2 for Dune and OPM. (given that ERT is plain-C, I consider this being the culprit somewhat unlikely.)The text was updated successfully, but these errors were encountered: