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
8cde34ce
Commit
8cde34ce
authored
Apr 18, 2011
by
David Partyka
Browse files
Fix configuring in source examples.
Change-Id: I7faca76daa43addfae7bc51a649de85361dc5559
parent
4c1a7fb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8cde34ce
...
...
@@ -419,6 +419,11 @@ ENDIF(NOT "VTK_USE_VOLUMERENDERING" MATCHES "^VTK_USE_VOLUMERENDERING$")
SET
(
VTK_KITS COMMON FILTERING IO GRAPHICS GENERIC_FILTERING IMAGING
)
# Include Rendering in module path to find vtkTestingObjectFactory
IF
(
VTK_USE_RENDERING
)
SET
(
CMAKE_MODULE_PATH
"
${
VTK_SOURCE_DIR
}
/Rendering/"
${
CMAKE_MODULE_PATH
}
)
ENDIF
()
IF
(
VTK_USE_RENDERING
)
SET
(
VTK_KITS
${
VTK_KITS
}
RENDERING
)
SET
(
VTK_KITS
${
VTK_KITS
}
VOLUMERENDERING
)
...
...
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