-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Adapt to change in Conan recipe for NuDB #4615
Conversation
QA build passed on ubuntu & MAC (intel chip). |
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.
It didn't work. Tried on OSX. Deleted ~/.conan/data then ran conan install ...
and then cmake -D...
. cmake
failed:
CMake Error at CMakeLists.txt:99 (target_link_libraries):
The link interface of target "ripple_libs" contains:
nudb::core
but the target was not found. Possible reasons include:
* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.
This branch is working for me on macOS. Congrats! MacOS: Ventura 13.4.1 |
@scottschurr , have you removed |
@gregtatcam, Yup. Removed ~/.conan/data and my build directory before starting the process. |
Hm, ok. I must have missed something... Will give it another try. |
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.
👍 LGTM
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.
👍
The recipe was updated a few days ago and the exported library target was renamed.
The recipe was updated a few days ago and the exported library target was renamed.
The recipe was updated a few days ago and the exported library target was renamed.
The recipe was updated a few days ago and the exported library target was renamed.
The recipe was updated a few days ago and the exported library target was renamed.
No description provided.