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
1dd66060
Commit
1dd66060
authored
Apr 30, 2010
by
David Gobbi
Committed by
Marcus D. Hanwell
Jun 16, 2010
Browse files
COMP: make sure that Instantiator doesn't wrap vtkVariant
parent
762c0470
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/vtkMakeInstantiator.cmake
View file @
1dd66060
...
...
@@ -107,7 +107,10 @@ MACRO(VTK_MAKE_INSTANTIATOR3 className outSourceList SOURCES EXPORT_MACRO HEADER
IF
(
${
FILE
}
MATCHES
"vtkTimeStamp"
)
SET
(
WRAP_THIS_CLASS 0
)
ENDIF
(
${
FILE
}
MATCHES
"vtkTimeStamp"
)
IF
(
${
FILE
}
MATCHES
"vtkVariant"
)
SET
(
WRAP_THIS_CLASS 0
)
ENDIF
(
${
FILE
}
MATCHES
"vtkVariant"
)
# finally if we should wrap it, then ...
IF
(
WRAP_THIS_CLASS
)
...
...
Write
Preview
Markdown
is supported
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