[vtkusers] VTK 4.0 Local?
William A. Hoffman
billlist at nycap.rr.com
Tue Nov 20 17:36:53 EST 2001
You can create one yourself with cmake.
Just create a LocalUserOptions.cmake at the top with a
SUBDIRS(Local) in it.
You will need another LocalUserOptions.cmake in the Wrapping/Tcl/
directory as well.
That should have a LINK_LIBRARIES(vtkLocal) in it.
We don't want any user editable files in the source tree.
This was a problem with vtk in the past. It was too easy to cvs commit
those files by mistake.
-Bill
At 11:15 PM 11/20/2001 +0100, Sylvain Jaume wrote:
>I guess you mean:
>http://public.kitware.com/VTK/files/misc/Upgrading.zip
>
>Anyway, why don't you include an empty Local dir in VTK 4.0 and some
>instructions to add new classes?
>
>Sylvain
>
>On Sat, 17 Nov 2001, William A. Hoffman wrote:
>
>> One more thing:
>>
>> There is a perl script in this file along with some instructions that should
>> help with the conversion to 4.0:
>>
>>
>> http://public.kitware.com/VTK/files/Upgrading.zip
>>
>>
>> _______________________________________________
>> This is the private VTK discussion list.
>> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://public.kitware.com/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list