[Insight-users] easy way to get a file name extension

Luis Ibanez luis.ibanez at kitware.com
Mon Oct 12 18:46:24 EDT 2009


Hi Darren,

You can request Boost with the typical
CMake command FIND_PACKAGE:


       FIND_PACKAGE(Boost )


Note that you probably don't want to include
a heavy dependency, such as Boost, just
to manipulate filename strings....


    Regards,


          Luis


-----------------------------------------------------------------
On Mon, Oct 12, 2009 at 6:41 PM, Darren Weber
<darren.weber.lists at gmail.com> wrote:
>
>
> On Mon, Oct 12, 2009 at 3:37 PM, Darren Weber <darren.weber.lists at gmail.com>
> wrote:
>>
>
> P.S.,  If the Boost.Filesystem lib is used, how is it included in
> CMakeLists.txt?
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list