We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a938ce9 commit 0ee3363Copy full SHA for 0ee3363
CMakeLists.txt
@@ -262,6 +262,7 @@ endif ()
262
# configure tests for verification helpers which require OpenSSL
263
use_crypto(LIBRARIES_VARIABLE "TEST_LIBRARIES" PACKAGES_VARIABLE "TEST_PACKAGES" OPTIONAL)
264
if ("OpenSSL::Crypto" IN_LIST "TEST_LIBRARIES")
265
+ message(STATUS "Testing verification using OpenSSL crypto library")
266
set_property(
267
SOURCE tests/misctests.cpp
268
APPEND
0 commit comments