From 51e6ee39f0c1880abd1649cac010d618cea22872 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Sat, 12 Jul 2008 23:42:19 +0000 Subject: [PATCH] SVN_SILENT trivial fix --- bench/btl/cmake/FindMKL.cmake | 2 +- bench/btl/data/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 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") diff --git a/bench/btl/data/CMakeLists.txt b/bench/btl/data/CMakeLists.txt index daa65fed4..decfc45e9 100644 --- a/bench/btl/data/CMakeLists.txt +++ b/bench/btl/data/CMakeLists.txt @@ -1,7 +1,7 @@ ADD_CUSTOM_TARGET(copy_scripts) -SET(script_files go_mean aat.hh ata.hh axpy.hh order_lib mk_mean_script.sh mk_new_gnuplot.sh mk_gnuplot_script.sh matrix_matrix.hh matrix_vector.hh atv.hh header.html footer.html perlib_plot_settings.txt gnuplot_common_settings.hh ) +SET(script_files go_mean aat.hh ata.hh axpy.hh order_lib mk_mean_script.sh mk_new_gnuplot.sh mk_gnuplot_script.sh matrix_matrix.hh matrix_vector.hh atv.hh perlib_plot_settings.txt gnuplot_common_settings.hh ) FOREACH(script_file ${script_files}) ADD_CUSTOM_COMMAND(