-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
reduct-cpp: add recipe #23524
base: master
Are you sure you want to change the base?
reduct-cpp: add recipe #23524
Conversation
This comment has been minimized.
This comment has been minimized.
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.
Hi! Thanks a lot, only a minor change, otherwise this looks super good :)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi @toge , the creator of the library here. I really appropriate your effort to integrate |
This comment has been minimized.
This comment has been minimized.
@atimin |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
Let me know if you need help getting msvc support sorted, but this might be a nice case for validating out such configuration if the errors persis :) |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
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.
Thank you for your PR! 😄
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) | ||
|
||
-include(cmake/InstallDependencies.cmake) | ||
+find_package(fmt REQUIRED CONFIG) |
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.
What situation! We need to patch it in order to not use Conan!
https://github.com/reductstore/reduct-cpp/blob/main/cmake/InstallDependencies.cmake#L12
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.
This patch could be sent to the upstream.
Co-authored-by: Uilian Ries <uilianries@gmail.com>
Seems like this has issues compiling for Windows |
Specify library name and version: reduct-cpp/*
Apple-clang doesn't support reduct-cpp due to
operator<=>
support.https://developer.apple.com/xcode/cpp/#c++20