Skip to content

Commit e44e2b6

Browse files
committed
Fix root CMakeLists include
Fix CMakeLists.txt to properly include onemath/sycl/blas Signed-off-by: nscipione <[email protected]>
1 parent 5415bd8 commit e44e2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cmake_minimum_required(VERSION 3.4.3)
22
project(generic_sycl_components VERSION 0.1.0 LANGUAGES CXX)
33

4-
include(onemath/sycl/blas)
4+
include_directories(onemath/sycl/blas)

0 commit comments

Comments
 (0)