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)
6161 PRIVATE
6262 ${CMAKE_CURRENT_SOURCE_DIR}
6363 ${sycl_inc_dir}
64- ${BOOST_UNORDERED_INCLUDE_DIRS}
6564 )
6665
6766 # 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})
1616# TEST_INCLUDE_PATH is used for syntax-only verification of type information.
1717list (APPEND test_includes ${SYCL_INCLUDE} )
1818list (APPEND test_includes ${SYCL_SOURCE_DIR} /source )
19- list (APPEND test_includes ${BOOST_UNORDERED_INCLUDE_DIRS} )
2019if (SYCL_ENABLE_EXTENSION_JIT)
2120 list (APPEND test_includes ${LLVM_EXTERNAL_SYCL_JIT_SOURCE_DIR} /jit-compiler/include )
2221 list (APPEND test_includes ${LLVM_EXTERNAL_SYCL_JIT_SOURCE_DIR} /common/include )
Original file line number Diff line number Diff line change 11add_custom_target (SYCLUnitTests)
22set_target_properties (SYCLUnitTests PROPERTIES FOLDER "SYCL tests" )
3- include_directories (${BOOST_UNORDERED_INCLUDE_DIRS} )
43
54foreach (flag_var
65 CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE
You can’t perform that action at this time.
0 commit comments