[Insight-developers] Setting CXXFLAGS

Will Schroeder will.schroeder@kitware.com
Fri, 08 Jun 2001 15:38:49 -0400


I concur with Jim; set the environment variable CXXFLAGS (e.g., setenv CXXFLAGS "-64 -fullwarn -LANG 
:std -woff 3439 -woff 3201 -woff 1424" or use export depending on shell) prior to running CMake.
Will