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
VTK
VTK
Commits
7d55b0fe
Commit
7d55b0fe
authored
Feb 17, 2003
by
Ken Martin
Browse files
minor fix for required include path
parent
4448f0e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkIncludeDirectories.cmake
View file @
7d55b0fe
...
...
@@ -121,11 +121,9 @@ SET(VTK_INCLUDE_DIRS_BUILD_TREE_CXX
)
IF
(
VTK_RENDERING_NEED_TK_INTERNAL
)
IF
(
TK_INTERNAL_PATH
)
# Need access to internal Tk headers for the vtkTk... widget .cxx files.
SET
(
VTK_INCLUDE_DIRS_BUILD_TREE_CXX
${
VTK_INCLUDE_DIRS_BUILD_TREE_CXX
}
${
TK_INTERNAL_PATH
}
)
ENDIF
(
TK_INTERNAL_PATH
)
# Need access to internal Tk headers for the vtkTk... widget .cxx files.
SET
(
VTK_INCLUDE_DIRS_BUILD_TREE_CXX
${
VTK_INCLUDE_DIRS_BUILD_TREE_CXX
}
${
TK_INTERNAL_PATH
}
)
ENDIF
(
VTK_RENDERING_NEED_TK_INTERNAL
)
IF
(
VTK_USE_MATROX_IMAGING
)
...
...
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