mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-24 03:40:34 +05:00
Fatal error if F2C converter is not found.
This commit is contained in:
parent
97b0a95536
commit
053a6ac9d4
@ -223,7 +223,7 @@ IF(WIN32)
|
||||
SET(SALOME_SMESH_ENABLE_MEFISTO ON)
|
||||
MESSAGE(STATUS "Build MEFISTO2D mesher using Fortran to C generator")
|
||||
ELSE(${F2C_FOUND})
|
||||
MESSAGE(STATUS "Fortran to C generator is not found: MEFISTO2D mesher will be unavailable.")
|
||||
MESSAGE(FATAL "Fortran to C generator is not found: MEFISTO2D mesher cannot be compiled! Please define F2C_ROOT_DIR !")
|
||||
ENDIF(${F2C_FOUND})
|
||||
ENDIF(WIN32)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user