File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ function(add_sycl_rt_library LIB_NAME LIB_OBJ_NAME)
61
61
PRIVATE
62
62
${CMAKE_CURRENT_SOURCE_DIR}
63
63
${sycl_inc_dir}
64
- ${BOOST_UNORDERED_INCLUDE_DIRS}
65
64
)
66
65
67
66
# Object libraries are not linked, so these "libraries" are in fact include
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ set(SYCL_THREADS_LIB ${CMAKE_THREAD_LIBS_INIT})
16
16
# TEST_INCLUDE_PATH is used for syntax-only verification of type information.
17
17
list (APPEND test_includes ${SYCL_INCLUDE} )
18
18
list (APPEND test_includes ${SYCL_SOURCE_DIR} /source )
19
- list (APPEND test_includes ${BOOST_UNORDERED_INCLUDE_DIRS} )
20
19
if (SYCL_ENABLE_EXTENSION_JIT )
21
20
list (APPEND test_includes ${LLVM_EXTERNAL_SYCL_JIT_SOURCE_DIR} /jit-compiler/include )
22
21
list (APPEND test_includes ${LLVM_EXTERNAL_SYCL_JIT_SOURCE_DIR} /common/include )
Original file line number Diff line number Diff line change 1
1
add_custom_target (SYCLUnitTests )
2
2
set_target_properties (SYCLUnitTests PROPERTIES FOLDER "SYCL tests" )
3
- include_directories (${BOOST_UNORDERED_INCLUDE_DIRS} )
4
3
5
4
foreach (flag_var
6
5
CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE
You can’t perform that action at this time.
0 commit comments