From bfda0fdcefeb1325c0d8fccdacd6106c98e14f29 Mon Sep 17 00:00:00 2001 From: Andrei Astafev Date: Tue, 9 Apr 2024 09:54:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B8=D1=81=D0=BA=D0=B0=20udev=20=D0=BD=D0=B0=20zlib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 252f02c..7cd0d7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ include(cmake/myx_setup.cmake) myx_find_packages( REQUIRED Git OPTIONAL CURL Quadmath - PKG_REQUIRED udev + PKG_REQUIRED zlib PKG_OPTIONAL glib-2.0 )