mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Fix for CMake message syntax.
This commit is contained in:
parent
dbe4c66c0f
commit
6723a8f64a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue