vcpkg/scripts/boost/post-source-stubs/url.cmake

6 lines
222 B
CMake
Raw Normal View History

vcpkg_replace_string("${SOURCE_PATH}/Jamfile"
"import ../../config/checks/config"
"import config/checks/config"
)
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")