Skip to content

Commit

Permalink
Bullet point formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hjabird committed Jun 18, 2024
1 parent 4f6af02 commit 882b98b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/using_onemkl_with_cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Instead of manually linking and including directories, you can use the CMake tar
exported by the oneMKL Interfaces project. You can use oneMKL in one of two
forms, with the target names depending on the approach taken:

* you can use a previously installed copy, either from a binary distribution
or built from source. This can be imported using CMake's ``find_package`` command.
See the section `using_from_installed_binary`_.
* you can use a previously installed copy, either from a binary distribution or
built from source. This can be imported using CMake's ``find_package``
command. See the section `using_from_installed_binary`_.
* or you can have CMake automatically download and build oneMKL as part of the
build process using CMake's FetchContent_ functionality.
See the section `using_with_fetchcontent`_.
build process using CMake's FetchContent_ functionality.
See the section `using_with_fetchcontent`_.


.. _using_from_installed_binary:
Expand Down

0 comments on commit 882b98b

Please sign in to comment.