FindLAPACK: List thread libs to avoid link errors (#12625)

This commit is contained in:
Tim Gallagher 2011-12-13 13:33:31 -05:00 committed by David Cole
parent f603cf2d36
commit b3c42cb012
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ if(_libraries_work)
endif(_libraries_work)
if(_libraries_work)
set(${LIBRARIES} ${${LIBRARIES}} ${_blas})
set(${LIBRARIES} ${${LIBRARIES}} ${_blas} ${_threads})
else(_libraries_work)
set(${LIBRARIES} FALSE)
endif(_libraries_work)