Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
89ff0ac5
Commit
89ff0ac5
authored
Apr 02, 2004
by
Brad King
Browse files
ERR: No longer need to check ::vtk::init::checkClass.
parent
3efdb66c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/Build/vtkLocal/pkgIndex.tcl.in
View file @
89ff0ac5
...
...
@@ -4,9 +4,6 @@ package ifneeded {@PROJECT_NAME@TCL} {@VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@} {
foreach
kit
{@
VTKLOCAL_KITS
@}
{
package
require
-
exact
"${kit}TCL"
{@
VTK_MAJOR_VERSION
@.@
VTK_MINOR_VERSION
@}
}
if
{$::
vtk
::
init
::
checkClass
}
{
::
vtk
::
init
::
classTable
(@
PROJECT_NAME
@
TCL
)
{@
VTKLOCAL_LAST_CLASS
@}
}
::
vtk
::
init
::
load_library_package
{@
PROJECT_NAME
@
TCL
}
{@
VTKLOCAL_TCL_LIBRARY_DIR
@}
}
else
{
error
{
Error
loading
@
PROJECT_NAME
@
TCL
.
@
PROJECT_NAME
@
must
be
built
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment