CMake support #1524
samuelpmish
started this conversation in
General
CMake support
#1524
Replies: 1 comment 5 replies
-
Would this effectively just be a wrapper around the Makefile? Like, just take the CMake-generated flags and pass them to make? Or would we effectively need to support two different build systems? Side note: it'd probably be good to make sure that even in the CMake route, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there any interest in supporting a CMake build?
I've got a couple of mfem-adjacent projects and CMake enables automated fetching/configuring/building dependencies, which makes things easy for users. However, when some of those dependencies are makefile-only, then it requires some additional manual intervention from the user, which is less pleasant.
I'm happy to help set things up if there's interest.
Beta Was this translation helpful? Give feedback.
All reactions