Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
vtk-m
Commits
a7d5de80
Commit
a7d5de80
authored
Jun 09, 2006
by
David Cole
Browse files
ENH: Merge changes from main tree into VTK-5-0 branch. (cvs -q up -j1.68 -j1.69 VTKConfig.cmake.in)
parent
96e3edaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
VTKConfig.cmake.in
View file @
a7d5de80
...
...
@@ -150,9 +150,9 @@ SET(VTK_CONFIGURATION_TYPES @VTK_CONFIGURATION_TYPES_CONFIG@)
SET(VTK_BUILD_TYPE @VTK_BUILD_TYPE_CONFIG@)
# The VTK library dependencies.
IF(NOT VTK_NO_LIBRARY_DEPENDS)
IF(NOT VTK_NO_LIBRARY_DEPENDS
AND EXISTS "@VTK_LIBRARY_DEPENDS_FILE@"
)
INCLUDE("@VTK_LIBRARY_DEPENDS_FILE@")
ENDIF(NOT VTK_NO_LIBRARY_DEPENDS)
ENDIF(NOT VTK_NO_LIBRARY_DEPENDS
AND EXISTS "@VTK_LIBRARY_DEPENDS_FILE@"
)
# The old, less clear name for VTK_RUNTIME_LIBRARY_DIRS. Kept here
# for compatibility.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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