-
Notifications
You must be signed in to change notification settings - Fork 18
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
potential version conflicts with system libraries #18
Comments
Fixed GTest with 32e404d. Rest might be ok so shifting milestone. |
GTEST_ROOT is now correct but FindGTest.cmake is still finding an existing library first unfortunately, leading to linking errors if that version is older than the one we built. |
Robert Maynard at kitware.com suggests
@paskino, could you give that a try? e.g. remove the BOOST_ROOT variable pass-through, and see if it still picks up our files as opposed to the system ones. please also test for GTest (copy libgtest.a to /usr/local/lib. it should NOT be found, but will be at present) |
I've tested right now.
it found the system boost. So the BOOST_ROOT variable seems necessary. |
did you add |
I tried it on Gadgetron. The |
ah well. indeed, this was already there when we tried with David. I'll reply to the CMake list. |
Closing this as probably resolved. However, see also related #129 |
Currently, some packages (such as GTest) can have conflicts if a system library is found, but we want to use our own.
email sent to cmake@cmake.org
The text was updated successfully, but these errors were encountered: