Fix for CMake message syntax.

This commit is contained in:
Patrick Shriwise 2021-02-10 15:38:12 -06:00
parent dbe4c66c0f
commit 6723a8f64a

View file

@ -2,7 +2,7 @@
# module and creates a libmesh imported target
if (${CMAKE_VERSION} VERSION_LESS 3.12.0)
message((FATAL_ERROR "OpenMC builds with libMesh support require CMake version 3.12.0 or greater."))
message(FATAL_ERROR "OpenMC builds with libMesh support require CMake version 3.12.0 or greater.")
endif()
include(FindPkgConfig)