From 0e1252388d5353f031e177b2826bab98d6c2e21c Mon Sep 17 00:00:00 2001 From: niclar Date: Fri, 6 Nov 2020 22:30:37 +0100 Subject: [boost] Update to 1.74.0 (#14089) --- scripts/boost/post-source-stubs/nowide.cmake | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 scripts/boost/post-source-stubs/nowide.cmake (limited to 'scripts/boost/post-source-stubs') diff --git a/scripts/boost/post-source-stubs/nowide.cmake b/scripts/boost/post-source-stubs/nowide.cmake new file mode 100644 index 000000000..4005c3a80 --- /dev/null +++ b/scripts/boost/post-source-stubs/nowide.cmake @@ -0,0 +1,11 @@ +file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents) + +string(REPLACE "import ../../config/checks/config" "import config/checks/config" _contents "${_contents}") + +string(REPLACE "check-target-builds cxx11_moveable_fstreams" "check-target-builds ../check_movable_fstreams.cpp" _contents "${_contents}") +string(REPLACE "check-target-builds lfs_support" "check-target-builds ../check_lfs_support.cpp" _contents "${_contents}") + +file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}") +file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/build/config") + +file(COPY "${SOURCE_PATH}/test/check_lfs_support.cpp" "${SOURCE_PATH}/test/check_movable_fstreams.cpp" DESTINATION "${SOURCE_PATH}/build/config") -- cgit v1.2.3