CI: fix identiconpp discovery?
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2022-06-11 07:55:41 +02:00
parent d927ef6ca0
commit 80ccc2c7a1
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 2 deletions

View File

@ -28,9 +28,8 @@ if(NOT libcryptopp_FOUND)
endif()
if (LIBRAVATAR_BUNDLED_IDENTICONPP)
add_subdirectory(dist/identiconpp)
else()
find_package(identiconpp REQUIRED CONFIG)
endif()
find_package(identiconpp REQUIRED CONFIG)
find_package(Filesystem REQUIRED COMPONENTS Final Experimental)