Skip to content

Commit 0ee3363

Browse files
committed
Print status when tests of verification header are configured
1 parent a938ce9 commit 0ee3363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ endif ()
262262
# configure tests for verification helpers which require OpenSSL
263263
use_crypto(LIBRARIES_VARIABLE "TEST_LIBRARIES" PACKAGES_VARIABLE "TEST_PACKAGES" OPTIONAL)
264264
if ("OpenSSL::Crypto" IN_LIST "TEST_LIBRARIES")
265+
message(STATUS "Testing verification using OpenSSL crypto library")
265266
set_property(
266267
SOURCE tests/misctests.cpp
267268
APPEND

0 commit comments

Comments
 (0)