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
Bill Lorensen
VTK
Commits
e3bc66fd
Commit
e3bc66fd
authored
Mar 08, 2012
by
Dave DeMarle
Browse files
Merge branch 'chemistry-python-wrapping-rel' into release
Change-Id: I4ae98e6d63b862e52c9312f5901b4fa61f9aa6e0
parents
771f45b2
be520266
Changes
1
Hide whitespace changes
Inline
Side-by-side
Wrapping/Python/CMakeLists.txt
View file @
e3bc66fd
...
...
@@ -650,6 +650,11 @@ IF(VTK_USE_CHARTS)
ELSE
(
VTK_USE_CHARTS
)
SET
(
VTK_PYTHON_USE_CHARTS 0
)
ENDIF
(
VTK_USE_CHARTS
)
IF
(
VTK_USE_CHEMISTRY
)
SET
(
VTK_PYTHON_USE_CHEMISTRY 1
)
ELSE
()
SET
(
VTK_PYTHON_USE_CHEMISTRY 0
)
ENDIF
()
IF
(
VTK_USE_GEOVIS
)
SET
(
VTK_PYTHON_USE_GEOVIS 1
)
ELSE
(
VTK_USE_GEOVIS
)
...
...
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