Skip to content

Commit 1a07421

Browse files
author
neok-m4700
committed
conditional compilation
1 parent 9303bfe commit 1a07421

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/regression/reported/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ caf_compile_executable(issue-422-send issue-422-send.F90)
88
caf_compile_executable(issue-422-send-get issue-422-send-get.F90)
99
caf_compile_executable(issue-488-multi-dim-cobounds issue-488-multi-dim-cobounds.f90)
1010
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)
11+
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

Comments
 (0)