We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a6f395 + af5191b commit da69904Copy full SHA for da69904
CMakeLists.txt
@@ -23,8 +23,8 @@ option(STRATEGY_GetDependencies "Fetch external dependencies from web." ON)
23
24
if (STRATEGY_GetDependencies)
25
ExternalProject_add(ptrie-ext
26
- URL https://github.com/petergjoel/ptrie/archive/v1.1.0.zip
27
- URL_HASH SHA512=092a8f50ca21d1199b19a10c4e0273c93a717a9f6491998a16bf21d21d37e6537ffd8a06ac41a2b623241da6036546d44b754567441944565e2a16646378cf29
+ URL https://github.com/petergjoel/ptrie/archive/v1.1.1.zip
+ URL_HASH SHA512=5435D6F8132D273B50ECCD721790D559F7DC67FFDADA75FEC315F4C53705199F31F1DDC80DDA0CB86F883DB27076FA6D324D28516B442FECCE3FFA51213AEF4E
28
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNAL_INSTALL_LOCATION} -DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release
29
)
30
0 commit comments