[vtkusers] VTK_USE_ANSI_STDLIB

Brad King brad.king at kitware.com
Mon Oct 11 08:01:21 EDT 2004


Hildur Olafsdottir wrote:
> I am using a code which requires the option VTK_USE_ANSI_STDLIB to be
> set to ON in VTK.  Unfortunately when I run CMake (with advanced values
> shown), the option is not available.  I am using Visual Studio .NET, VTK 4.4
> and CMake 2.0.  Has anyone experienced similar problems?

As of version 4.4, if the option is not available that means your 
compiler supports only one answer for the option.  In your case the VS 
.NET compiler supports only ON, so you should not have a problem.

-Brad



More information about the vtkusers mailing list