mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Formatting correction in FindLIBMESH module.
This commit is contained in:
parent
12bab4a549
commit
cb6c24ba9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue