-
Notifications
You must be signed in to change notification settings - Fork 37
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
Failed to find boost at need system thread #10
Comments
Maybe your system has installed Boost whose version is not right. Then you can remove the Boost in your system. |
Thank you !!!! You are right ! I have fixed it and the reason is exactly what you said |
This is a rough solution,How to ensure boost version compatibility? |
You can find the right version information in the cmake files. |
Please check my pull request for my fixing. |
After I excute "cmake .", there occurs an error :
“-- Could NOT find Boost: missing: system thread (found /usr/local/boost/lib/cmake/Boost-1.79.0/BoostConfig.cmake (found version "1.79.0"))
CMake Error at cryptoTools/CMakeLists.txt:74 (message): Failed to find boost at Need system thread”
what 's the reason?
The text was updated successfully, but these errors were encountered: