Formatting correction in FindLIBMESH module.

This commit is contained in:
Patrick Shriwise 2021-02-10 16:00:44 -06:00
parent 12bab4a549
commit cb6c24ba9b

View file

@ -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()