-
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
tiny-optional: add recipe #26186
base: master
Are you sure you want to change the base?
tiny-optional: add recipe #26186
Conversation
target_link_libraries(${PROJECT_NAME} PRIVATE tiny-optional::tiny-optional) | ||
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17) | ||
|
||
if(NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "x86") |
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.
A CMake comment on why this is necessary would be useful.
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.
@valgur
Thanks for review!
I add reason for these definitions.
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
Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
Summary
Changes to recipe: tiny-optional/1.4.0
Motivation
Try to fix #26180.
Details
https://github.com/Sedeniono/tiny-optional