older gfortran does not support %re and %im for complex numbers

This commit is contained in:
Martin Diehl 2022-02-24 11:25:21 +01:00
parent 8a84f6b07f
commit a78da9dca7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
###################################################################################################
# GNU Compiler
###################################################################################################
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 8.0)
if (CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 9.0)
message (FATAL_ERROR "GCC Compiler version: ${CMAKE_Fortran_COMPILER_VERSION} not supported")
endif ()