Add PicoSHA2 dependency

This commit is contained in:
Alexey Rybalchenko
2020-06-04 20:29:30 +02:00
parent 42986e664c
commit bdf895ae9e
4 changed files with 27 additions and 0 deletions

View File

@@ -146,6 +146,8 @@ if(BUILD_FAIRMQ)
find_package2(PRIVATE ZeroMQ REQUIRED
VERSION 4.1.4
)
build_bundled(PicoSHA2 extern/PicoSHA2)
find_package2(PRIVATE PicoSHA2 REQUIRED)
endif()
if(BUILD_TESTING)