[ITK] Compiling ITK tests and examples, can It done module by module

Nicolas Gallego nicgallego at gmail.com
Thu Aug 21 12:59:08 EDT 2014


Sorry, I just figured it out

BUILD_EXAMPLES should be ON

then

 make ExampleName

works

Nicolás Gallego-Ortiz
Université catholique de Louvain, Belgium


2014-08-21 18:55 GMT+02:00 Nicolas Gallego <nicgallego at gmail.com>:

> Hi Matt, Hello everybody,
>
> Just a further question of this issue I asked a while ago,
>
> I am trying to build, as you said, selected examples using the build target
>
> as
>
> make ExampleName,
>
> I am on Ubuntu and I just built itk 4.5 without the BUILD_EXAMPLES flag.
> Compilation went Ok.
> Now on the build directory, say I need the example Mesh1.cxx, the try on
> the built directory
>
> make Mesh1
>
> but I get the following error,
>
> make: *** No rule to make target `Mesh1'.  Stop.
>
> What I am missing? Thank you
>
> Nicolás Gallego-Ortiz
> Université catholique de Louvain, Belgium
>
>
> 2014-07-10 18:42 GMT+02:00 Matt McCormick <matt.mccormick at kitware.com>:
>
> Hi Nicolas,
>>
>> If individual modules are selected during CMake configuration, only
>> those tests will be built an run.  Unfortunately, when BUILD_EXAMPLES
>> is ON, all examples will be built.  To just build select examples the
>> best current option is to select the corresponding build target.  This
>> is build system specific.  With Unix Makefiles, for example,
>>
>>   make ExampleName
>>
>> Hope this helps,
>> Matt
>>
>>
>>
>> On Thu, Jul 10, 2014 at 12:15 PM, Nicolas Gallego <nicgallego at gmail.com>
>> wrote:
>> > Hi,
>> >
>> > Here is a naive question, after waiting long time and seeing how much
>> disk
>> > space a complete compilation of ITK library takes, with all examples and
>> > tests.
>> >
>> > Is it possible to specify to compile just a subset of examples and
>> tests?
>> > Before I have copied and pasted out some source code to achieve this
>> but I
>> > guess there should be a nicer way to do it.
>> >
>> > Thank you,
>> >
>> > Nicolás Gallego-Ortiz
>> > Université catholique de Louvain, Belgium
>> >
>> > _______________________________________________
>> > Community mailing list
>> > Community at itk.org
>> > http://public.kitware.com/mailman/listinfo/community
>> >
>> _______________________________________________
>> Community mailing list
>> Community at itk.org
>> http://public.kitware.com/mailman/listinfo/community
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140821/b8902ed7/attachment-0002.html>


More information about the Community mailing list