Page MenuHomePhorge

Make whether using cryptopp cmake configurable
Needs ReviewPublic

Authored by tusooa on Wed, Jul 8, 3:12 PM.

Details

Reviewers
None
Group Reviewers
O1: the Kazv Project
Summary

Before, we always used cryptopp cmake module on MinGW and pkgconfig otherwise. This does not suit our new needs to build android packages. This makes the option configurable on the cmake command line.

Type: fix

Test Plan

Check that it will use cryptopp cmake module if passed -Dlibkazv_USE_cryptopp_CONFIG=ON . If cryptopp cmake module is not available, it should raise an error.

Diff Detail

Repository
rL libkazv
Branch
servant
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 663
Build 1308: Invoke BuildbotBuildbot build #2030
Build 1307: arc lint + arc unit