]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/scripts/boost/post-source-stubs/test.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / scripts / boost / post-source-stubs / test.cmake
1 file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)
2 string(REPLACE "import ../../predef/check/predef" "import predef/check/predef" _contents "${_contents}")
3 file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")
4 file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-predef/check" DESTINATION "${SOURCE_PATH}/build/predef")
5