Enable RNP lib option in CMakeLists.txt

This commit is contained in:
David Bears 2026-04-01 12:03:02 -04:00 committed by GitHub
parent 5d2024c2a1
commit 8e557b8a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ option(
option(
RS_RNPLIB
"Enable use RNP lib for PGP"
OFF )
ON )
option(
RS_JSON_API