From a77125f6f10ee016bcab6c3b278c2752d2d91340 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 10 Sep 2015 08:29:11 +0200 Subject: [PATCH] rm whitespace --- modules/math_libs.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/math_libs.cmake b/modules/math_libs.cmake index 79a0a14..abe6a01 100644 --- a/modules/math_libs.cmake +++ b/modules/math_libs.cmake @@ -509,7 +509,7 @@ if (ENABLE_STATIC_LINKING) endif() if (LAPACK_TYPE MATCHES MKL OR BLAS_TYPE MATCHES MKL) - # fix for MKL static linking + # fix for MKL static linking set(MATH_LIBS ${MATH_LIBS} -ldl) endif() endif()