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 6a0e441 commit 820d2a8Copy full SHA for 820d2a8
src/tests/unit/CMakeLists.txt
@@ -4,10 +4,12 @@ if (${opencoarrays_aware_compiler})
4
add_subdirectory(init_register)
5
add_subdirectory(collectives)
6
add_subdirectory(sync)
7
- if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7)
8
- add_subdirectory(fail_images)
9
- if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 8)
10
- add_subdirectory(teams)
+ if (gfortran_compiler)
+ if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 7)
+ add_subdirectory(fail_images)
+ if(NOT CMAKE_Fortran_COMPILER_VERSION VERSION_LESS 8)
11
+ add_subdirectory(teams)
12
+ endif()
13
endif()
14
15
else()
0 commit comments