Skip to content

Commit

Permalink
Fix root CMakeLists include
Browse files Browse the repository at this point in the history
Fix CMakeLists.txt to properly include onemath/sycl/blas

Signed-off-by: nscipione <[email protected]>
  • Loading branch information
s-Nick committed Dec 17, 2024
1 parent 5415bd8 commit e44e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4.3)
project(generic_sycl_components VERSION 0.1.0 LANGUAGES CXX)

include(onemath/sycl/blas)
include_directories(onemath/sycl/blas)

0 comments on commit e44e2b6

Please sign in to comment.