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 35
35
)
36
36
endif ()
37
37
38
-
39
- if (CMAKE_VERSION VERSION_GREATER 3.2.3 )
38
+ if (NOT (CMAKE_VERSION VERSION_LESS 3.3.1 ))
40
39
# Detect Fortran compiler version directly
41
40
if (gfortran_compiler AND (CMAKE_Fortran_COMPILER_VERSION VERSION_GREATER 5.0.0 ))
42
41
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")
2
2
set (gfortran_compiler true )
3
3
endif ()
4
4
5
- if (CMAKE_VERSION VERSION_GREATER 3.2.3 )
5
+ if (NOT CMAKE_VERSION VERSION_LESS 3.3.1 )
6
6
# Detect Fortran compiler version directly
7
7
if (gfortran_compiler AND (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 5.2 ))
8
8
set (opencoarrays_aware_compiler true )
You can’t perform that action at this time.
0 commit comments