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
Differential D327
Make whether using cryptopp cmake configurable Authored by tusooa on Wed, Jul 8, 3:12 PM. Tags None Referenced Files None Subscribers None
Details
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 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
|