File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- set (directories_to_build mpi tests)
2-
3- if ( "${CMAKE_C_COMPILER_ID} " STREQUAL "GNU" )
4- LIST ( APPEND directories_to_build iso-fortran-binding )
5- endif ()
6-
1+ set (directories_to_build mpi tests iso-fortran-binding)
72foreach (directory ${directories_to_build} )
83 add_subdirectory (${directory} )
94endforeach ()
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ if (${opencoarrays_aware_compiler})
55 add_subdirectory (collectives)
66 add_subdirectory (sync)
77 add_subdirectory (events)
8- add_subdirectory (iso-fortran-binding)
98 if (gfortran_compiler)
109 if (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7)
1110 add_subdirectory (fail_images)
@@ -17,3 +16,6 @@ if (${opencoarrays_aware_compiler})
1716else ()
1817 add_subdirectory (extensions)
1918endif ()
19+ if ( "${CMAKE_C_COMPILER_ID} " STREQUAL "GNU" )
20+ add_subdirectory (iso-fortran-binding)
21+ endif ()
You can’t perform that action at this time.
0 commit comments