mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 15:59:01 +08:00
6 lines
240 B
CMake
6 lines
240 B
CMake
|
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||
|
"import config : requires ;"
|
||
|
"import ../config/checks/config : requires ;"
|
||
|
)
|
||
|
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|