Skip to content

Commit

Permalink
tweak phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed Jun 5, 2024
1 parent ac3f6a3 commit a66751c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ target_link_libraries(myexec RandBLAS ...)
```
In order to build that CMake project you'd need to specify a build flag ``-DRandBLAS_DIR=X``, where ``X`` is a directory that contains ``RandBLAS.cmake``.

The vast majority of projects that use RandBLAS will also use LAPACK++.
Most projects that use RandBLAS will also use LAPACK++.
Here is example CMake code for such a project. Note that it references BLAS++ in the final line (as ``blaspp``),
but it doesn't have a ``find_package`` command for BLAS++. That's because when CMake is told to find RandBLAS,
the RandBLAS installation will tell CMake where to find blaspp as a dependency.
Expand Down

0 comments on commit a66751c

Please sign in to comment.