From 80ccc2c7a143f432da1f98f41c2000899360635c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 11 Jun 2022 07:55:41 +0200 Subject: [PATCH] CI: fix identiconpp discovery? --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index efab4e1..4759c41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)