aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cmake/FindTaucs.cmake2
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)