From 13f37010644a184c791723ed900ea3317c438913 Mon Sep 17 00:00:00 2001 From: Michal Vasko Date: Tue, 30 Apr 2024 16:04:25 +0200 Subject: [PATCH] cmake REFACTOR redundant check --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e5276052..00e5f35b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,10 +172,6 @@ if(NOT LN2_YANG_MODULE_DIR) message(FATAL_ERROR "Unable to learn libnetconf2 module search directory.") endif() -# find sysrepo pkg and get sysrepo group -pkg_check_modules(PKG_SR REQUIRED sysrepo) -pkg_get_variable(SR_GROUP sysrepo "SR_GROUP") - # } PKGCONFIG if(ENABLE_VALGRIND_TESTS)