From 83b940723ed3311412c497f02a1f7aa834b1188d Mon Sep 17 00:00:00 2001 From: Nikolay Zapolnov Date: Wed, 4 Jun 2025 18:30:53 +0300 Subject: [PATCH] Remove unnecessary dependencies in CMake. --- build/cmake/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index f108b5f..0477661 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -24,6 +24,5 @@ myci_declare_library(${name} DEPENDENCIES utki clargs - opros nitki )