diff options
author | julie <julielangou@users.noreply.github.com> | 2010-08-10 16:57:20 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2010-08-10 16:57:20 +0000 |
commit | 4ff24babc1c98305f30b50c4f363fdef3ac7f446 (patch) | |
tree | 3074250a869c5a812abd02afc88e4f7fd3d793c5 /BLAS | |
parent | 067bfbf1595b1f3e10ae84045791bd58ac1061ec (diff) | |
download | lapack-4ff24babc1c98305f30b50c4f363fdef3ac7f446.tar.gz lapack-4ff24babc1c98305f30b50c4f363fdef3ac7f446.tar.bz2 lapack-4ff24babc1c98305f30b50c4f363fdef3ac7f446.zip |
Patch provided by the kitware team on Aug 5th (Brad King and Bill Hoffman)
Add the install rules and exports the targets.
Now one can write
find_package(LAPACK 3.2.2)
in another project to find either the LAPACK build tree or the
install tree.
Diffstat (limited to 'BLAS')
-rw-r--r-- | BLAS/SRC/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BLAS/SRC/CMakeLists.txt b/BLAS/SRC/CMakeLists.txt index 55b5a1c7..e99ff79a 100644 --- a/BLAS/SRC/CMakeLists.txt +++ b/BLAS/SRC/CMakeLists.txt @@ -141,3 +141,4 @@ if(UNIX) target_link_libraries(blas m) endif() target_link_libraries(blas) +lapack_install_library(blas) |