From cb6c24ba9b739a8de18f26f6484ee13446df80d1 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Wed, 10 Feb 2021 16:00:44 -0600 Subject: [PATCH] Formatting correction in FindLIBMESH module. --- cmake/Modules/FindLIBMESH.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindLIBMESH.cmake b/cmake/Modules/FindLIBMESH.cmake index 71d78e620a..b236592fe5 100644 --- a/cmake/Modules/FindLIBMESH.cmake +++ b/cmake/Modules/FindLIBMESH.cmake @@ -1,7 +1,7 @@ # Finds the libMesh installation using CMake's PkgConfig # module and creates a libmesh imported target -if (${CMAKE_VERSION} VERSION_LESS 3.12.0) +if(${CMAKE_VERSION} VERSION_LESS 3.12.0) message(FATAL_ERROR "OpenMC builds with libMesh support require CMake version 3.12.0 or greater.") endif()