File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/tests/unit/extensions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 )
3636endif ()
3737
38- if (CMAKE_VERSION VERSION_GREATER 3.2.3 )
38+ if (NOT CMAKE_VERSION VERSION_LESS 3.3.1 )
3939 # Detect Fortran compiler version directly
4040 if (gfortran_compiler AND (CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER 5.0.0))
4141 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