Page MenuHomePhorge

Make whether using cryptopp cmake configurable
ClosedPublic

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

Details

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable