diff options
author | Gael Guennebaud <g.gael@free.fr> | 2009-02-17 10:34:17 +0000 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2009-02-17 10:34:17 +0000 |
commit | 21161d8bcffbb89e699215ed62f950a96325a75a (patch) | |
tree | de6c89dee4b1534afc4ffb24593a245e7cf28b41 /cmake | |
parent | ee04c5c8742baa5deb4fe9944da1b6d4319b4b6a (diff) |
fix typo in FindTaucs.cmake
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/FindTaucs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindTaucs.cmake b/cmake/FindTaucs.cmake index ace322075..f1615b87c 100644 --- a/cmake/FindTaucs.cmake +++ b/cmake/FindTaucs.cmake @@ -18,7 +18,7 @@ if(LAPACK_FOUND) find_library(TAUCS_LIBRARIES taucs PATHS $ENV{TAUCSDIR} ${LIB_INSTALL_DIR}) if(TAUCS_LIBRARIES) - set(TAUCS_LIBRARIES ${TAUCS_LIBRARIES} ${LAPACK_LIBRARY}) + set(TAUCS_LIBRARIES ${TAUCS_LIBRARIES} ${LAPACK_LIBRARIES}) endif(TAUCS_LIBRARIES) endif(LAPACK_FOUND) |