diff options
| -rw-r--r-- | ports/indicators/CONTROL | 2 | ||||
| -rw-r--r-- | ports/indicators/portfile.cmake | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/ports/indicators/CONTROL b/ports/indicators/CONTROL index ceda7065c..49fb9f51d 100644 --- a/ports/indicators/CONTROL +++ b/ports/indicators/CONTROL @@ -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
diff --git a/ports/indicators/portfile.cmake b/ports/indicators/portfile.cmake index 46b5660a6..e406e93cf 100644 --- a/ports/indicators/portfile.cmake +++ b/ports/indicators/portfile.cmake @@ -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)
|
