From af5191bd5841af488a4019a24988a8b1bbdb7a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kenneth=20Yrke=20J=C3=B8rgensen?= Date: Wed, 12 Feb 2020 10:14:30 +0100 Subject: [PATCH] Updated libptrie to version 1.1.1 Fixes issue with mac os compile --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a42d888..927c0c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,8 @@ option(STRATEGY_GetDependencies "Fetch external dependencies from web." ON) if (STRATEGY_GetDependencies) ExternalProject_add(ptrie-ext - URL https://github.com/petergjoel/ptrie/archive/v1.1.0.zip - URL_HASH SHA512=092a8f50ca21d1199b19a10c4e0273c93a717a9f6491998a16bf21d21d37e6537ffd8a06ac41a2b623241da6036546d44b754567441944565e2a16646378cf29 + URL https://github.com/petergjoel/ptrie/archive/v1.1.1.zip + URL_HASH SHA512=5435D6F8132D273B50ECCD721790D559F7DC67FFDADA75FEC315F4C53705199F31F1DDC80DDA0CB86F883DB27076FA6D324D28516B442FECCE3FFA51213AEF4E CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION} -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release )