Skip to content

Commit 0198b58

Browse files
committed
Update snapcraft.yaml
1 parent 7783c7e commit 0198b58

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

snap/snapcraft.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,24 @@ parts:
2525
- usr/lib/${CRAFT_ARCH_TRIPLET_BUILD_FOR}/libsqlcipher.so*
2626

2727
cpr:
28-
source: https://github.com/libcpr/cpr
28+
source: https://github.com/nlogozzo/cpr
2929
source-commit: '93a325cd5496c79d1783c22041985fe5d27ac965'
30-
plugin: cmake
3130
source-depth: 1
31+
plugin: cmake
3232
cmake-parameters:
3333
- -DCMAKE_BUILD_TYPE=Release
34+
- -DCPR_BUILD_TESTS=OFF
3435
- -DCPR_USE_SYSTEM_CURL=ON
36+
- -DCPR_ENABLE_SSL=ON
3537
build-environment:
3638
- CPLUS_INCLUDE_PATH: ${CRAFT_STAGE}/include
3739
override-prime: ''
3840

3941
maddy:
4042
source: https://github.com/progsource/maddy.git
4143
source-tag: '1.5.0'
42-
plugin: dump
4344
source-depth: 1
45+
plugin: dump
4446
override-prime: ''
4547

4648
libnick:

0 commit comments

Comments
 (0)