Skip to content

Commit 993e095

Browse files
committed
Fix include path mismatch (#372)
1 parent 5fe9500 commit 993e095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/onednn_lite_config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if(${DNNL_CPU_RUNTIME} STREQUAL "OMP")
2828
endif()
2929

3030
if(${DNNL_CPU_RUNTIME} STREQUAL "TBB")
31-
include("${DNNL_PATH}/cmake/TBB.cmake")
31+
find_package(TBB REQUIRED)
3232
endif()
3333

3434
########## copied from main cmake file of DNNL

0 commit comments

Comments
 (0)