noloader / cryptopp-cmake

CMake files for Crypto++ project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable build test cases when CRYPTOPP_BUILD_TESTING is OFF

abdes opened this issue · comments

The standard-cpm test case is designed to run when cryptopp-cmake is the master project and should be disabled if it's not the case. It takes a very long time for no benefit when the project is used within another project.

The master project should set the CRYPTOPP_BUILD_TESTING option to OFF to disable that test and the crypto++ unit tests.