Skip to content
Snippets Groups Projects
Commit 7abe99d2 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

exodusII: integrate with the new module system

parent 78a96e22
No related merge requests found
set(vtkexodusII_THIRD_PARTY 1) vtk_module_third_party_internal(
set(vtkexodusII_LIBRARIES vtkexodusII) LICENSE_FILES "vtkexodusII/COPYRIGHT"
set(vtkexodusII_INCLUDE_DIRS VERSION "7.15f"
"${CMAKE_CURRENT_BINARY_DIR}/vtkexodusII/include" STANDARD_INCLUDE_DIRS)
"${CMAKE_CURRENT_SOURCE_DIR}/vtkexodusII/include")
vtk_module_export_info() #configure_file(
add_subdirectory(vtkexodusII) # "${CMAKE_CURRENT_SOURCE_DIR}/vtk_exodusII.h.in"
# "${CMAKE_CURRENT_BINARY_DIR}/vtk_exodusII.h")
vtk_module_install_headers(
# FILES "${CMAKE_CURRENT_BINARY_DIR}/vtk_exodusII.h")
FILES "${CMAKE_CURRENT_SOURCE_DIR}/vtk_exodusII.h")
vtk_module(vtkexodusII
EXCLUDE_FROM_WRAPPING
DEPENDS
vtknetcdf
)
\ No newline at end of file
...@@ -8,7 +8,7 @@ readonly name="exodusII" ...@@ -8,7 +8,7 @@ readonly name="exodusII"
readonly ownership="Seacas Upstream <kwrobot@kitware.com>" readonly ownership="Seacas Upstream <kwrobot@kitware.com>"
readonly subtree="ThirdParty/$name/vtk$name" readonly subtree="ThirdParty/$name/vtk$name"
readonly repo="https://gitlab.kitware.com/third-party/seacas.git" readonly repo="https://gitlab.kitware.com/third-party/seacas.git"
readonly tag="for/vtk-old" readonly tag="for/vtk-20181008-7.15f-master"
readonly paths=" readonly paths="
packages/seacas/libraries/exodus/CMakeLists.vtk.txt packages/seacas/libraries/exodus/CMakeLists.vtk.txt
packages/seacas/libraries/exodus/cmake/exodus_config.h.in packages/seacas/libraries/exodus/cmake/exodus_config.h.in
......
NAME
VTK::exodusII
LIBRARY_NAME
vtkexodusII
DEPENDS
VTK::netcdf
THIRD_PARTY
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment