[ 
https://issues.apache.org/jira/browse/THRIFT-5773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17851302#comment-17851302
 ] 

Triton Circonflexe commented on THRIFT-5773:
--------------------------------------------

Hello [~cjcombrink],

I’m guessing this would come from the {{configure}} or CMake part of the 
compilation of the libthrift project inside {{lib/cpp}}.
I’m not sure if there is some code changes required in the build system or if 
it can be done only through documentation (“add the {{--define 
THRIFT_CPP_USE_BOOST_UUID}} parameter to activate the feature” or something 
similar).

For CMake, it seems to be a bit of both as described in 
[https://stackoverflow.com/questions/9017573/define-a-preprocessor-macro-through-cmake]
 but you’ll have to take care of several things:
- Check what is the minimum version of CMake supported by Thrift as the various 
described options are not always available.
- Make sure this addition is done behind a flag in the CMake call.

Since make is still part of the repository, I think it would need to be handled 
as well but I don’t have a clue about how.

> UUID wrapper for C++
> --------------------
>
>                 Key: THRIFT-5773
>                 URL: https://issues.apache.org/jira/browse/THRIFT-5773
>             Project: Thrift
>          Issue Type: New Feature
>            Reporter: Carel
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Continuation of THRIFT-5772
> Add a strong wrapper type for UUID support in C++



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to