]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/scripts/boost/post-source-stubs/log.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / scripts / boost / post-source-stubs / log.cmake
CommitLineData
1e59de90
TL
1file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)\r
2string(REPLACE "import ../../config/checks/config" "import config/checks/config" _contents "${_contents}")\r
3string(REPLACE " <conditional>@select-arch-specific-sources" "#<conditional>@select-arch-specific-sources" _contents "${_contents}")\r
4file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")\r
5file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/build/config")\r
6\r
7file(READ ${SOURCE_PATH}/build/log-arch-config.jam _contents)\r
8string(REPLACE\r
9 "project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"\r
10 "project.load [ path.join [ path.make $(here:D) ] config/checks/architecture ]"\r
11 _contents "${_contents}")\r
12file(WRITE ${SOURCE_PATH}/build/log-arch-config.jam "${_contents}")\r
13\r