mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
cf81e5bdd9
* [etl] Add port v20.35.4 * Update ports/etl/vcpkg.json Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update ports/etl/portfile.cmake Disable building of tests. Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> * Update version database Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
20 lines
529 B
CMake
20 lines
529 B
CMake
vcpkg_from_github(
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
REPO ETLCPP/etl
|
|
REF 20.35.4
|
|
SHA512 04c68b50cbd7d1052f7253170806b0b67e2b9f78d57da2405284bf84695eb20c81be104b93a07f4d4a97fe14f5a1d3882aa7d96f418d6fbaec67db44375b7b75
|
|
HEAD_REF master
|
|
)
|
|
|
|
vcpkg_cmake_configure(
|
|
SOURCE_PATH "${SOURCE_PATH}"
|
|
OPTIONS
|
|
-DBUILD_TESTS=OFF
|
|
)
|
|
|
|
vcpkg_cmake_install()
|
|
vcpkg_cmake_config_fixup()
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
|
|
|
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|