|
(0000978)
|
|
Ken Martin
|
|
2004-04-26 11:18
|
|
|
OK. This code has changed quite a bit recently so let me check and see if the current situaiton works for you. Currently the testing framework sets VTK_DATA_ROOT using the following algorithm. If a -D option is passed on the command line then that argument will be used as VTK_DATA_ROOT, otherwise it checks to see if the environment variable VTK_DATA_ROOT is set and uses that, otherwise it uses ../../../../VTKData. Generally all the testing in VTK uses the -D flag to explicitly specify VTK_DATA_ROOT. Does this meet your needs? Or do you still prefer to have the fallback use a configured value instead of the ../../.. value? |
|