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 )
7
2
foreach (directory ${directories_to_build} )
8
3
add_subdirectory (${directory} )
9
4
endforeach ()
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ if (${opencoarrays_aware_compiler})
5
5
add_subdirectory (collectives )
6
6
add_subdirectory (sync )
7
7
add_subdirectory (events )
8
- add_subdirectory (iso-fortran-binding )
9
8
if (gfortran_compiler )
10
9
if (NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7 )
11
10
add_subdirectory (fail_images )
@@ -17,3 +16,6 @@ if (${opencoarrays_aware_compiler})
17
16
else ()
18
17
add_subdirectory (extensions )
19
18
endif ()
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