aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-12-21 14:40:08 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-12-21 14:40:08 -0800
commit0657228569b26c132bbe9a0016912e7cb0fdc2b0 (patch)
tree50a8d90f711c2e0726ea1f40510a8fdc7e5d87cc /cmake
parentbbca405f048287b12f453bcd5716097429efc541 (diff)
Simplified the way we link libxsmm
Diffstat (limited to 'cmake')
-rw-r--r--cmake/EigenTesting.cmake6
1 files changed, 0 insertions, 6 deletions
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),