From c0482ace6c78ddce0a2fcf37020302a41fbc5ee9 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Fri, 14 Oct 2016 22:11:35 +0200 Subject: Fixed a bug where clblas.h couldn't be found for the performance tests (clients) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4d2ae5e..3927858e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -322,7 +322,7 @@ if(CLIENTS) # Adds CLBlast's interface include paths because we can't link to CLBlast here target_include_directories(test_performance_common PRIVATE $ - ${clblast_SOURCE_DIR}) + ${clblast_SOURCE_DIR} ${REF_INCLUDES}) set(CLIENTS_COMMON ${CLIENTS_COMMON} $) endif() -- cgit v1.2.3