Hi Eric,
On 11/19/19 11:10 AM, Eric Noulard wrote:
Le mar. 19 nov. 2019 à 11:03, Ellon Paiva <mailto:ellonpa...@gmail.com>> a écrit :
Hi,
I was wondering: is there any way to compile all targets that
depend on
a given target ? (i.e. the "dependent targets&q
Hi,
I was wondering: is there any way to compile all targets that depend on
a given target ? (i.e. the "dependent targets", if my English does not
fail).
In my particular case, I have a huge project that contains many libs and
executables, and I would like to check that the targets that depe
On 10/9/19 1:59 PM, Petr Kmoch wrote:
You should be able to get this by reading the directory property
CACHE_VARIABLES (
https://cmake.org/cmake/help/latest/prop_dir/CACHE_VARIABLES.html )
and going from there (querying variable types etc.), but note that
it's "intended for debugging purposes.
Hi Petr,
On Wed, Oct 9, 2019, 09:57 Petr Kmoch wrote:
> Hi Ellon.
>
> On Wed, 9 Oct 2019 at 09:51, Ellon Paiva wrote:
>
>> Hi there,
>>
>> I was wondering if there was a way to recover the help text passed to an
>> option to be used later below in the sam
Hi there,
I was wondering if there was a way to recover the help text passed to an
option to be used later below in the same CMake script.
I saw that the help text goes into a comment before the option on the
CMakeCache.txt, but is it stored in any recoverable variable during the
script proc