fix typo in FindTaucs.cmake

This commit is contained in:
Gael Guennebaud 2009-02-17 10:34:17 +00:00
parent ee04c5c874
commit 21161d8bcf

View File

@ -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)