summaryrefslogtreecommitdiff
path: root/BLAS
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-08-10 16:57:20 +0000
committerjulie <julielangou@users.noreply.github.com>2010-08-10 16:57:20 +0000
commit4ff24babc1c98305f30b50c4f363fdef3ac7f446 (patch)
tree3074250a869c5a812abd02afc88e4f7fd3d793c5 /BLAS
parent067bfbf1595b1f3e10ae84045791bd58ac1061ec (diff)
downloadlapack-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.txt1
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)