From 5cd1b384dc79f61d5722356ca035122e57d8bd2d Mon Sep 17 00:00:00 2001 From: Rello Date: Thu, 27 Feb 2025 11:41:11 +0100 Subject: [PATCH] Update CMakeLists.txt Signed-off-by: Rello Signed-off-by: Jyrki Gadinger --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f79eca129..6da11cd5c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -234,7 +234,6 @@ if(BUILD_CLIENT) find_package(Inotify REQUIRED) endif() find_package(Sphinx) - find_package(PdfLatex) find_package(OpenSSL 1.1 REQUIRED ) find_package(PkgConfig REQUIRED) pkg_check_modules(OPENSC-LIBP11 libp11 REQUIRED IMPORTED_TARGET)