Skip to content

Commit bfc1ac5

Browse files
[SYCL] Remove Boost Mp11 header information from README (#6046)
These changes remove the Boost Mp11 header information from the generated README file for the module. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 1df7b59 commit bfc1ac5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sycl/cmake/modules/PreprocessBoostMp11Headers.cmake

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,11 @@ function(preprocess_mp11_headers)
8686

8787
# 2) Add SYCL_README.txt to the output directory root
8888
set(SYCL_README_TEXT "\
89-
This directory contains boost/mp11 headers imported from\n\
90-
${MP11_HDRS_SRC_PATH} (${MP11_HDRS_SRC_ID})\n\
91-
and adapted for use in SYCL headers in a way that does not conflict with\n\
92-
potential use of boost in user code. Particularly, `BOOST_*` macros are\n\
93-
replaced with `SYCL_DETAIL_BOOST_*`, APIs are moved into the top-level
94-
`sycl::detail` namespace. For example, `sycl::detail::boost::mp11::mp_list`.\n")
89+
This directory contains boost/mp11 headers adapted for use in SYCL headers in\n\
90+
a way that does not conflict with potential use of boost in user code.\n\
91+
Particularly, `BOOST_*` macros are replaced with `SYCL_DETAIL_BOOST_*`, APIs\n\
92+
are moved into the top-level `sycl::detail` namespace. For example,\n\
93+
`sycl::detail::boost::mp11::mp_list`.\n")
9594

9695
set(SYCL_README_FILE_NAME "${MP11_HDRS_OUT}/README.txt")
9796

0 commit comments

Comments
 (0)