Skip to content

Commit

Permalink
fix(WIP): Use static libraries for ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Mar 12, 2024
1 parent 892610a commit 7aabcf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ if (${IS_AARCH64})
FortranRuntime
m
c++
static
)
else ()
message(WARNING "ARM based architectures are not yet supported")
Expand Down

0 comments on commit 7aabcf3

Please sign in to comment.