From 3f5bceb6ebd0d08e8cee1875d8c79ad1f2fe1b27 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 8 Dec 2020 09:02:08 -0600 Subject: [PATCH] Updating libmesh syntax to match their repo. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c8ec5ff5b..1937940799 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ option(debug "Compile with debug flags" OFF) option(optimize "Turn on all compiler optimization flags" OFF) option(coverage "Compile with coverage analysis flags" OFF) option(dagmc "Enable support for DAGMC (CAD) geometry" OFF) -option(libmesh "Enable support for libmesh unstructured mesh tallies" OFF) +option(libmesh "Enable support for libMesh unstructured mesh tallies" OFF) #=============================================================================== # MPI for distributed-memory parallelism