pineapple/externals/vcpkg/scripts/boost/post-source-stubs/atomic.cmake

6 lines
339 B
CMake
Raw Normal View History

2022-07-23 03:01:36 +02:00
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
)
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")