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 af2e6dc commit 13414b8Copy full SHA for 13414b8
Fortran/CMakeLists.txt
@@ -13,7 +13,7 @@ add_subdirectory(SNAP)
13
# test suite. These have not been widely tested, so they are only enabled for
14
# certain combinations of platforms and architectures.
15
if (NOT WIN32 AND NOT APPLE)
16
- if (ARCH MATCHES "x86" OR ARCH MATCHES "AArch64")
+ if (ARCH MATCHES "x86" OR ARCH MATCHES "AArch64" OR ARCH MATCHES "LoongArch")
17
add_subdirectory(gfortran)
18
endif()
19
0 commit comments