trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: October 2012

Re: [trinity-devel] CMakeLists.txt enhancement

From: François ANDRIOT <francois.andriot@...>
Date: Thu, 25 Oct 2012 21:31:58 +0200
Le 25/10/2012 20:21, Darrell Anderson a écrit :
>> What about a small comment for each WITH_* option in root CMakeList.txt by which BUILD_*
>> option(s) it is used? I can take it up...
> Sure. :) To me most options are straightforward, but a few need additional information. Possibly too, expand the stdout message that displays when an option is not supported correctly.
>
> Darrell
>

Adding comment is a good idea.
While building TDE I also looked at CMakeLists.txt and sometimes I saw 
things like:
"WITH_GADU: enables the gadu support"
OK this is pretty straightforward, but, what exactly is "gadu" ? What 
TDE functionality will I lose if I build without it ?
Some explanations about options would be appreciated.

Francois