From 0657228569b26c132bbe9a0016912e7cb0fdc2b0 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Wed, 21 Dec 2016 14:40:08 -0800 Subject: Simplified the way we link libxsmm --- cmake/EigenTesting.cmake | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cmake') diff --git a/cmake/EigenTesting.cmake b/cmake/EigenTesting.cmake index a83b9435e..a92a2978b 100644 --- a/cmake/EigenTesting.cmake +++ b/cmake/EigenTesting.cmake @@ -84,12 +84,6 @@ macro(ei_add_test_internal testname testname_with_suffix) target_link_libraries(${targetname} ${EIGEN_TEST_CUSTOM_LINKER_FLAGS}) endif() - if(XSMM_FOUND) - include_directories(${XSMM_INCLUDES}) - link_directories(${XSMM_LIBRARIES}) - target_link_libraries(${targetname} xsmm) - endif() - if(${ARGC} GREATER 3) set(libs_to_link ${ARGV3}) # it could be that some cmake module provides a bad library string " " (just spaces), -- cgit v1.2.3