Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
vtk-m
Commits
de892f6b
Commit
de892f6b
authored
Feb 21, 2003
by
Brad King
Browse files
BUG: FindVLI.cmake is in the CMake directory, not Modules.
parent
08552897
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
de892f6b
...
...
@@ -378,7 +378,7 @@ ENDIF(VTK_OPENGL_HAS_OSMESA)
#-----------------------------------------------------------------------------
# Configure VolumePro support.
IF
(
VTK_USE_VOLUMEPRO
)
INCLUDE
(
${
VTK_SOURCE_DIR
}
/
Modules
/FindVLI.cmake
)
INCLUDE
(
${
VTK_SOURCE_DIR
}
/
CMake
/FindVLI.cmake
)
MARK_AS_ADVANCED
(
VLI_LIBRARY_FOR_VG500 VLI_INCLUDE_PATH_FOR_VG500
VLI_LIBRARY_FOR_VP1000 VLI_INCLUDE_PATH_FOR_VP1000
)
IF
(
VLI_LIBRARY_FOR_VG500 AND VLI_INCLUDE_PATH_FOR_VG500
)
...
...
Write
Preview
Markdown
is supported
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