[Insight-users] Shared Lib + InsightApplications

Luis Ibanez luis.ibanez@kitware.com
Mon, 24 Feb 2003 09:34:25 -0500


Hi Mathieu,

Thanks for pointing this out.

The option has been added to the CMakeLists.txt
file in InsightApplications as you suggested.

Please let us know if you find any problems,

   Thanks

     Luis

---------------------------------------

Mathieu Malaterre wrote:
> Hi all,
> 
>   I think the CMakeLists.txt from InsightApplications lacks:
> 
> IF(NOT WIN32)
>   OPTION(BUILD_SHARED_LIBS "Build ITK Applications with shared 
> libraries." OFF)
> ENDIF(NOT WIN32)
> 
> Am I right ?
> 
> thanks,
> mathieu
> 
>