aboutsummaryrefslogtreecommitdiff
path: root/scripts/boost/post-source-stubs/atomic.cmake
blob: 0715d20f709a462afb6aa93b45b09193d393dd98 (plain)
1
2
3
4
5
6
7
8
file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)
string(REPLACE
    "project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
    "project.load [ path.join [ path.make $(here:D) ] config/checks/architecture ]"
    _contents "${_contents}")
file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/build/config")