diff options
author | Brad King <brad.king@kitware.com> | 2021-06-11 11:58:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-11 11:58:15 (GMT) |
commit | 3beac78a133a6bc23a77530490cffe978d9f1311 (patch) | |
tree | fab3fbd5b3792a811f3a7a582e0bb513d10b8140 /Modules/FindBLAS.cmake | |
parent | 6f305cd5fd9e027bd06d321d1c80759004855cc9 (diff) | |
download | CMake-3beac78a133a6bc23a77530490cffe978d9f1311.zip CMake-3beac78a133a6bc23a77530490cffe978d9f1311.tar.gz CMake-3beac78a133a6bc23a77530490cffe978d9f1311.tar.bz2 |
Find{BLAS,LAPACK}: Revise imported targets documentation layout
Diffstat (limited to 'Modules/FindBLAS.cmake')
-rw-r--r-- | Modules/FindBLAS.cmake | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/FindBLAS.cmake b/Modules/FindBLAS.cmake index 74d8bf0..f077814 100644 --- a/Modules/FindBLAS.cmake +++ b/Modules/FindBLAS.cmake @@ -38,13 +38,12 @@ The following variables may be set to influence this module's behavior: Imported targets ^^^^^^^^^^^^^^^^ -.. versionadded:: 3.18 - -This module defines the following :prop_tgt:`IMPORTED` target: +This module defines the following :prop_tgt:`IMPORTED` targets: ``BLAS::BLAS`` - The libraries to use for BLAS, if found. + .. versionadded:: 3.18 + The libraries to use for BLAS, if found. Result Variables ^^^^^^^^^^^^^^^^ |