-
Notifications
You must be signed in to change notification settings - Fork 27
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 for mandel.cdt integration tests #421
Conversation
…ut not mandel itself to allow mandel.cdt to build/link integration tests
@@ -60,7 +60,7 @@ else() | |||
find_library(libsecp256k1 secp256k1 @CMAKE_BINARY_DIR@/libraries/fc/secp256k1 NO_DEFAULT_PATH) | |||
endif() | |||
|
|||
find_library(libff ff @CMAKE_BINARY_DIR@/libraries/fc/libraries/ff NO_DEFAULT_PATH) | |||
find_library(libff ff @CMAKE_BINARY_DIR@/libraries/fc/libraries/ff/libff NO_DEFAULT_PATH) |
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.
does the other tester cmake need to be changed?
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.
also, #426
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.
Not if the 'dev' component is installed to the typical /usr/local. I am updating the README for current install instructions to make this work.
…dev components for use with other repos like mandel.cdt.
Resolves: #420
Parallel issue in mandel.cdt: eosnetworkfoundation/mandel.cdt#23
Related PR: eosnetworkfoundation/mandel.cdt#24