cmake flag to support upcoming rnp changes (#9092)

Upcoming version of rnp (https://github.com/rnpgp/rnp/pull/1943) depends
on a new library https://github.com/rnpgp/sexp cmake script can load and
build it via FetchContent but this option is disabled by defauly An
extra flag is required to enable it

cc: @ronaldtse

This is a contribution from [RNP](https://www.rnpgp.org)
([GitHub](https://github.com/rnpgp)), a product of
[Ribose](https://www.ribose.com)
([GitHub](https://github.com/riboseinc)).
This commit is contained in:
Maxim Samsonov 2022-11-30 21:09:13 +03:00 committed by GitHub
parent 2c705541c4
commit a75ded6b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ cmake \
-DBUILD_SHARED_LIBS=on \
-DBUILD_TESTING=off \
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
-DDOWNLOAD_SEXP:BOOL=ON \
$SRC/rnp
make -j$(nproc)