File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/tests/unit/extensions Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3535 )
3636endif ()
3737
38-
39- if (CMAKE_VERSION VERSION_GREATER 3.2.3)
38+ if (NOT (CMAKE_VERSION VERSION_LESS 3.3.1))
4039 # Detect Fortran compiler version directly
4140 if (gfortran_compiler AND (CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER 5.0.0))
4241 set (opencoarrays_aware_compiler true )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ if("${CMAKE_Fortran_COMPILER_ID}" STREQUAL "GNU")
22 set (gfortran_compiler true )
33endif ()
44
5- if (CMAKE_VERSION VERSION_GREATER 3.2.3 )
5+ if (NOT CMAKE_VERSION VERSION_LESS 3.3.1 )
66 # Detect Fortran compiler version directly
77 if (gfortran_compiler AND (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 5.2))
88 set (opencoarrays_aware_compiler true )
You can’t perform that action at this time.
0 commit comments