aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/metrohash/CMakeLists.txt2
-rw-r--r--ports/metrohash/vcpkg.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/metrohash/CMakeLists.txt b/ports/metrohash/CMakeLists.txt
index 1c5081203..3d6c3d59d 100644
--- a/ports/metrohash/CMakeLists.txt
+++ b/ports/metrohash/CMakeLists.txt
@@ -8,7 +8,7 @@ add_library(metrohash
)
list(APPEND metro_headers src/metrohash.h src/metrohash64.h src/metrohash128.h)
-if(NOT ANDROID)
+if(NOT ANDROID AND NOT IOS)
list(APPEND metro_headers src/metrohash128crc.h)
target_sources(metrohash PRIVATE src/metrohash128crc.cpp)
if(CMAKE_CXX_COMPILER_ID MATCHES Clang)
diff --git a/ports/metrohash/vcpkg.json b/ports/metrohash/vcpkg.json
index bfb1e6722..a439e2c6a 100644
--- a/ports/metrohash/vcpkg.json
+++ b/ports/metrohash/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "metrohash",
"version-string": "1.1.3",
- "port-version": 2,
+ "port-version": 3,
"description": "MetroHash is a set of state-of-the-art hash functions for non-cryptographic use cases",
"homepage": "https://github.com/jandrewrogers/MetroHash",
"supports": "!(uwp | arm | x86)"