mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-16 17:19:03 +08:00
8 lines
535 B
CMake
8 lines
535 B
CMake
|
# see https://github.com/boostorg/json/issues/556 fore more details
|
||
|
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile" "import ../../config/checks/config" "import config/checks/config")
|
||
|
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile" "\n <library>/boost//container/<warnings-as-errors>off" "")
|
||
|
|
||
|
vcpkg_replace_string("${SOURCE_PATH}/Jamfile" "import ../config/checks/config" "import build/config/checks/config")
|
||
|
|
||
|
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/build/config")
|