Skip to content
Snippets Groups Projects
Commit f8427265 authored by Lars Bilke's avatar Lars Bilke
Browse files

Added submodule ThirdParty/xdmf.

parent ffca2c44
No related branches found
No related tags found
No related merge requests found
......@@ -93,3 +93,9 @@ foreach(TARGET ${DISABLE_WARNINGS_TARGETS})
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>,$<CXX_COMPILER_ID:GNU>>:-w>
$<$<CXX_COMPILER_ID:MSVC>:/W0>)
endforeach()
set(XDMF_LIBNAME "ogs_xdmf" CACHE INTERNAL "")
add_subdirectory(xdmf)
# ZLIB is HDF5 dependency
find_package(ZLIB REQUIRED)
target_link_libraries(ogs_xdmf ZLIB::ZLIB)
Subproject commit 8d5ae1e1cbf506b8ca2160745fc914e25690c8a4
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