Skip to content
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

Fixes to the CMake configuration for building the Remote library #8572

Closed
mantid-builder opened this issue Aug 9, 2013 · 1 comment
Closed
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Russell Taylor

There are a few issues that need sorting:

  • The Remote library depends on DataObjects when it shouldn't.
  • Everything downstream from Remote is set to depend on it when they shouldn't.
  • The MAKE_REMOTE variable is declared in the top-level CMakeLists.txt which means that it is always false - and so the Remote stuff is not built - for a framework-only build such as the MPI build. This isn't a problem as such but it does lead to that log message about "No instantiator registered.." appearing all the time. Actually, that log message should be lowered in priority.
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 7727

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant