Skip to content

Commit da69904

Browse files
authored
Merge pull request #8 from DEIS-Tools/prepare-1.0.5
Updated libptrie to version 1.1.1
2 parents 1a6f395 + af5191b commit da69904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ option(STRATEGY_GetDependencies "Fetch external dependencies from web." ON)
2323

2424
if (STRATEGY_GetDependencies)
2525
ExternalProject_add(ptrie-ext
26-
URL https://github.com/petergjoel/ptrie/archive/v1.1.0.zip
27-
URL_HASH SHA512=092a8f50ca21d1199b19a10c4e0273c93a717a9f6491998a16bf21d21d37e6537ffd8a06ac41a2b623241da6036546d44b754567441944565e2a16646378cf29
26+
URL https://github.com/petergjoel/ptrie/archive/v1.1.1.zip
27+
URL_HASH SHA512=5435D6F8132D273B50ECCD721790D559F7DC67FFDADA75FEC315F4C53705199F31F1DDC80DDA0CB86F883DB27076FA6D324D28516B442FECCE3FFA51213AEF4E
2828
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION} -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release
2929
)
3030

0 commit comments

Comments
 (0)