[Paraview-developers] TCL_TK_STATIC -> VTK_TCL_TK_STATIC
Sebastien BARRE
sebastien.barre at kitware.com
Mon Feb 7 11:12:05 EST 2005
Per request, and as an effort to clean up the CMake variable namespace in
VTK/Paraview, I've renamed/prefixed a couple of variables. All of them are
related to Tcl/Tk, and besides VTK_TCL_TK_STATIC, they are computed/guessed
automatically.
So if you are familiar/comfortable with static build of Tcl/Tk, Tcl/Tk
support libraries, etc., this change will ring a bell and you will probably
want to check that VTK_TCL_TK_STATIC is set to the proper value (i.e.
TCL_TK_STATIC).
Here is a list of variables that were changed, in order of decreasing
"concern". Again, only the first one is really of some importance, the
second one will be guessed, and the last 3 computed automatically.
TCL_TK_STATIC => VTK_TCL_TK_STATIC
TCL_TK_COPY_SUPPORT_LIBRARY => VTK_TCL_TK_COPY_SUPPORT_LIBRARY
TK_RESOURCE_FILE => VTK_TK_RESOURCE_FILE
TCL_SUPPORT_LIBRARY_PATH => VTK_TCL_SUPPORT_LIBRARY_PATH
TK_SUPPORT_LIBRARY_PATH => VTK_TK_SUPPORT_LIBRARY_PATH
Thank you
--
Sebastien Barre
More information about the Paraview-developers
mailing list