We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9303bfe commit 1a07421Copy full SHA for 1a07421
src/tests/regression/reported/CMakeLists.txt
@@ -8,4 +8,6 @@ caf_compile_executable(issue-422-send issue-422-send.F90)
8
caf_compile_executable(issue-422-send-get issue-422-send-get.F90)
9
caf_compile_executable(issue-488-multi-dim-cobounds issue-488-multi-dim-cobounds.f90)
10
caf_compile_executable(issue-503-multidim-array-broadcast issue-503-multidim-array-broadcast.f90)
11
-caf_compile_executable(issue-515-mimic-mpi-gatherv issue-515-mimic-mpi-gatherv.f90)
+if (gfortran_compiler AND (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7.0.0))
12
+ caf_compile_executable(issue-515-mimic-mpi-gatherv issue-515-mimic-mpi-gatherv.f90)
13
+endif()
0 commit comments