From 660d375fb3d921bba855da0142549319edf52742 Mon Sep 17 00:00:00 2001 From: Olivier Coulaud <olivier.coulaud@inria.fr> Date: Wed, 12 Feb 2025 13:48:12 +0100 Subject: [PATCH] same --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b164756a..c901c5ab 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ find_package(BLAS REQUIRED) find_package(LAPACK REQUIRED) ``` -Finally, to build `your_target` you juste need th add the scalfmm target as follows +Finally, to build `your_target` simply add the scalfmm target to `target_link_libraries` as follows ```cmake target_link_libraries(your-target scalfmm LAPACK::LAPACK BLAS::BLAS ${FFTW_TARGET} OpenMP::OpenMP_CXX ) ``` -- GitLab