Skip to content

Commit 7fe81de

Browse files
authored
[SYCL] Fix boost/mp11 installation directory: sycl -> sycl/detail (#5949)
boost::mp11 is imported into sycl::detail namespace, so in must reside in sycl/detail install directory. Build directory is already correct. Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent 764af4f commit 7fe81de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ add_custom_command(
191191
install(DIRECTORY "${sycl_inc_dir}/sycl" DESTINATION ${SYCL_INCLUDE_DIR} COMPONENT sycl-headers)
192192
install(DIRECTORY "${sycl_inc_dir}/CL" DESTINATION ${SYCL_INCLUDE_DIR}/sycl COMPONENT sycl-headers)
193193
install(DIRECTORY "${sycl_inc_dir}/std" DESTINATION ${SYCL_INCLUDE_DIR} COMPONENT sycl-headers)
194-
install(DIRECTORY ${BOOST_MP11_DESTINATION_DIR} DESTINATION ${SYCL_INCLUDE_DIR}/sycl COMPONENT boost_mp11-headers)
194+
install(DIRECTORY ${BOOST_MP11_DESTINATION_DIR} DESTINATION ${SYCL_INCLUDE_DIR}/sycl/detail COMPONENT boost_mp11-headers)
195195

196196
set(SYCL_RT_LIBS sycl)
197197
if (MSVC)

0 commit comments

Comments
 (0)