Skip to content

Commit

Permalink
fix: Check for ARMPL
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Mar 12, 2024
1 parent 0686c92 commit e922204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ target_link_libraries(
${Boost_LIBRARIES}
)
if (${IS_AARCH64})
if (APPLE)
if (USE_ARM_PERFORMANCE_LIBRARY)
target_link_libraries(gaussianfft_gaussianfft PRIVATE
armpl_lp64_mp
FortranDecimal
Expand Down

0 comments on commit e922204

Please sign in to comment.