Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
VisItBridge
Commits
e56e3584
Commit
e56e3584
authored
May 08, 2012
by
Chris Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vtkAMRCore has been renamed to vtkFiltersAMR
parent
2b8a4f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AvtAlgorithms/CMakeLists.txt
AvtAlgorithms/CMakeLists.txt
+2
-2
No files found.
AvtAlgorithms/CMakeLists.txt
View file @
e56e3584
...
...
@@ -51,9 +51,9 @@ PVVTK_ADD_LIBRARY(vtkVisItAVTAlgorithms ${Kit_SRCS})
## NOTE: Always link to vtkParallel b/c it is needed for using vtkAMRUtilities
## When creating vtkOverlappingAMR datasets (especially on windows)
IF
(
VISIT_PARALLEL
)
TARGET_LINK_LIBRARIES
(
vtkVisItAVTAlgorithms visitcommon avtdatabase_par avtpipeline_par visit_vtk avtivp vtk
AMRCore
)
TARGET_LINK_LIBRARIES
(
vtkVisItAVTAlgorithms visitcommon avtdatabase_par avtpipeline_par visit_vtk avtivp vtk
FiltersAMR
)
ELSE
(
VISIT_PARALLEL
)
TARGET_LINK_LIBRARIES
(
vtkVisItAVTAlgorithms visitcommon avtdatabase_ser avtpipeline_ser visit_vtk avtivp vtk
AMRCore
)
TARGET_LINK_LIBRARIES
(
vtkVisItAVTAlgorithms visitcommon avtdatabase_ser avtpipeline_ser visit_vtk avtivp vtk
FiltersAMR
)
ENDIF
(
VISIT_PARALLEL
)
#Wrap for Python
...
...
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