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