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
acb7faa4
Commit
acb7faa4
authored
Apr 19, 2011
by
David Partyka
Browse files
Include forwarding macros.
Included when VTK_BUILD_FORWARDING_EXECUTABLES is enabled.
parent
bac5f62b
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
acb7faa4
...
...
@@ -308,6 +308,7 @@ STRING(REGEX REPLACE "^/" "" VTK_INSTALL_JAVA_DIR_CM24 "${VTK_INSTALL_JAVA_DIR}"
# executable under lib.
if
(
UNIX
)
OPTION
(
VTK_BUILD_FORWARDING_EXECUTABLES
"Build forwarding executables for vtk, vtkpython, etc."
OFF
)
INCLUDE
(
vtkForwardingExecutable
)
MARK_AS_ADVANCED
(
VTK_BUILD_FORWARDING_EXECUTABLES
)
endif
()
...
...
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