Skip to content
Snippets Groups Projects
Commit 25c815ad authored by Stephan Schulz's avatar Stephan Schulz
Browse files

fix CMakeLists warning

parent c84436fd
No related branches found
No related tags found
1 merge request!8Refactor
Pipeline #53761 failed
...@@ -20,8 +20,8 @@ enable_language(C) ...@@ -20,8 +20,8 @@ enable_language(C)
if (CM_ALL_USE_F08) if (CM_ALL_USE_F08)
if (NOT CM_ALL_FORTRAN) if (NOT CM_ALL_FORTRAN)
message(FATAL_ERROR "Flag for Fortran 08 MPI interface set, while Fortran interface is not enabled!") message(FATAL_ERROR "Flag for Fortran 08 MPI interface set, while Fortran interface is not enabled!")
endif (CM_ALL_FORTRAN) endif ()
endif (CM_ALL_USE_F08) endif ()
if (CM_ALL_FORTRAN) if (CM_ALL_FORTRAN)
enable_language(Fortran) enable_language(Fortran)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment