5 lines
237 B
CMake
Executable file
5 lines
237 B
CMake
Executable file
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile"
|
|
"import ../../config/checks/config"
|
|
"import ../config/checks/config"
|
|
)
|
|
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|