aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/cmake/FindMKL.cmake
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-07-12 23:42:19 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-07-12 23:42:19 +0000
commit51e6ee39f0c1880abd1649cac010d618cea22872 (patch)
tree38697c906aa8ad9bef0bf73d800f84ddb228f23e /bench/btl/cmake/FindMKL.cmake
parentbd0183f85086ef7c63e445ca39484990786a71a1 (diff)
SVN_SILENT trivial fix
Diffstat (limited to 'bench/btl/cmake/FindMKL.cmake')
-rw-r--r--bench/btl/cmake/FindMKL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/btl/cmake/FindMKL.cmake b/bench/btl/cmake/FindMKL.cmake
index c9d86def8..4bc009d8c 100644
--- a/bench/btl/cmake/FindMKL.cmake
+++ b/bench/btl/cmake/FindMKL.cmake
@@ -40,7 +40,7 @@ find_library(MKL_LIBRARIES
)
if(MKL_LIBRARIES)
-set(MKL_LIBRARIES ${MKL_LIBRARIES} mkl_p4 mkl_sequential guide pthread)
+set(MKL_LIBRARIES ${MKL_LIBRARIES} mkl_intel mkl_sequential guide pthread)
endif(MKL_LIBRARIES)
endif(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")