[ITK] How do I generate the ITKMorpholigical library?

Matt McCormick matt.mccormick at kitware.com
Tue Jan 27 22:13:16 EST 2015


Hi Andy,

Yes, since that module only contains templated headers, there is
nothing to build.  If BUILD_TESTING is ON, then the tests for that
module would be built.

HTH,
Matt

On Tue, Jan 27, 2015 at 8:26 PM, Andy Diamond <adiamondcsi at gmail.com> wrote:
> I followed instructions in
> http://www.itk.org/Wiki/ITK/Configuring_and_Building/VisualStudio but I'm
> using Studio 12 (which is VC11?).
>
> I used cmake GUI, which seemed to generate all the visual studio projects.
> Note, to save time, as per the recommendations in the above link, I didn't
> generate the test or examples. I loaded ITK.SLN, from the top level of
> cmake-guis target, into VS and it ran saying it had no errors.
>
> However, when I go to where it generate the libs there is no
> ITKMathematicalMorphology.lib.
>
> One of the projects listed in Visual Studio is
> ITKMathematicalMorphology-all. It apparently has no source code (the
> ITKMathematicalMorphology-all project has no Source Files section).
> According to ITKs That library has a function (or whatever) called
> GrayscaleFillholeImageFilter but there is no file in the entire build
> directory tree (cmake-gui's target) with that string.
>
> Even if it's all somehow templated away, shouldn't some header or whatever
> file have GrayscaleFillholeImageFilter(otherwise what does it mean to list
> it)
>
> Thanks
>
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>


More information about the Community mailing list