Skip to content

Commit

Permalink
Fix testing 5
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLotz committed Oct 12, 2023
1 parent 1180287 commit 6db4f60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ string(COMPARE EQUAL "${MFEM_DIR}" "" result)
message(---- MFEM_DIR = "${MFEM_DIR}")
message(---- result = "${result}")
if(result)
set(USE_EXTERNAL_MFEM ON)
else()
set(USE_EXTERNAL_MFEM OFF)
message(---- NOT Using external MFEM)
else()
set(USE_EXTERNAL_MFEM ON)
message(---- Using external MFEM)
endif()

## Set a bunch of variables to generate a configure header
Expand Down

0 comments on commit 6db4f60

Please sign in to comment.