Merge pull request #10685 from ruhrie/master

[indicators] Updated indicators to 1.7
This commit is contained in:
Robert Schumacher 2020-04-16 13:28:10 -07:00 committed by GitHub
commit 10b71cf020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Source: indicators
Version: 1.5
Version: 1.7
Description: Activity indicators for modern C++
Homepage: https://github.com/p-ranav/indicators

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/indicators
REF e697a43fec7ae2198275022cea071236fcc7a52f
SHA512 7b06816e6e3fb78ade46906c51aec5dc8c3dae6d826871914c36373d0f55daf3839ba35630f74be11eec18766ad4084131b3c8fa411f371f253c71239e6861ea
REF ec1973607d5b360b3d1f9b07af851ce236ebd0ae
SHA512 9b9678129525f03ece91217eb71098b8e14f76f178f9abfd24aa0679bcf7ae27dd600bdba185987e9908dfd8fb5e837dc903a8be011fb08d8707216a3084522a
HEAD_REF master
)
@ -12,14 +12,14 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS
-DINDICA_BUILD_TESTS=OFF
-DSAMPLES=OFF
-DDEMO=OFF
-DINDICATORS_BUILD_TESTS=OFF
-DINDICATORS_SAMPLES=OFF
-DINDICATORS_DEMO=OFF
)
vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/indica TARGET_PATH share/indica)
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/indicators TARGET_PATH share/indicators)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)