rm whitespace

This commit is contained in:
Radovan Bast 2015-09-10 08:29:11 +02:00
parent e72cca11e3
commit a77125f6f1

View File

@ -509,7 +509,7 @@ if (ENABLE_STATIC_LINKING)
endif() endif()
if (LAPACK_TYPE MATCHES MKL OR if (LAPACK_TYPE MATCHES MKL OR
BLAS_TYPE MATCHES MKL) BLAS_TYPE MATCHES MKL)
# fix for MKL static linking # fix for MKL static linking
set(MATH_LIBS ${MATH_LIBS} -ldl) set(MATH_LIBS ${MATH_LIBS} -ldl)
endif() endif()
endif() endif()