On 18/09/2011 21:54, Alexander Neundorf wrote:
On Sunday, September 18, 2011 02:42:49 PM Michael Wild wrote:
On 09/18/2011 02:32 PM, Alexander Neundorf wrote:
On Sunday, September 18, 2011 02:15:54 PM David Demelier wrote:
Hello,
I noticed that option() values are not checked when the option(
On Sunday, September 18, 2011 02:42:49 PM Michael Wild wrote:
> On 09/18/2011 02:32 PM, Alexander Neundorf wrote:
> > On Sunday, September 18, 2011 02:15:54 PM David Demelier wrote:
> >> Hello,
> >>
> >> I noticed that option() values are not checked when the option() command
> >> is under a add_s
On 09/18/2011 02:32 PM, Alexander Neundorf wrote:
> On Sunday, September 18, 2011 02:15:54 PM David Demelier wrote:
>> Hello,
>>
>> I noticed that option() values are not checked when the option() command
>> is under a add_subdirectory() target.
>>
>> Example:
>>
>>
>> -- a's CMakeLists.txt --
>> p
On Sunday, September 18, 2011 02:15:54 PM David Demelier wrote:
> Hello,
>
> I noticed that option() values are not checked when the option() command
> is under a add_subdirectory() target.
>
> Example:
>
>
> -- a's CMakeLists.txt --
> project(a C)
>
> set(BUILD_DEMOS OFF)
> add_subdirectory(e
Hello,
I noticed that option() values are not checked when the option() command
is under a add_subdirectory() target.
Example:
-- a's CMakeLists.txt --
project(a C)
set(BUILD_DEMOS OFF)
add_subdirectory(extern/b)
-- extern/b's CMakeLists.txt --
project(b C)
option(BUILD_DEMOS "Enable the