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
David Thompson
SMTK
Commits
4364c5bd
Commit
4364c5bd
authored
Dec 17, 2015
by
Ben Boeckel
Browse files
exodus: publicly link to vtkCommonDataModel
Windows was getting undefined symbols from the Python wrappers without this.
parent
219d6ec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
smtk/bridge/exodus/CMakeLists.txt
View file @
4364c5bd
...
...
@@ -28,6 +28,7 @@ add_library(smtkExodusSession ${exodusSrcs})
target_link_libraries
(
smtkExodusSession
LINK_PUBLIC
smtkCore
vtkCommonDataModel
LINK_PRIVATE
vtkIOExodus
vtkIONetCDF
...
...
@@ -36,7 +37,6 @@ target_link_libraries(smtkExodusSession
vtkFiltersGeneral
vtkIOParallelExodus
vtkFiltersGeometry
vtkCommonDataModel
${
Boost_LIBRARIES
}
)
smtk_export_header
(
smtkExodusSession Exports.h
)
...
...
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