build(mfem): mfem patch

This commit is contained in:
2026-02-02 13:47:29 -05:00
parent 0ffdb8f0e3
commit 77f8eb0619
2 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# subprojects/packagefiles/hypre/CMakeLists.txt
cmake_minimum_required(VERSION 3.10)
project(hypre-wrapper C CXX)
add_subdirectory(src)
# This file is just used to redirect to the src directory where hypre stores its CMakeLists.txt