Skip to content

Commit

Permalink
cmake REFACTOR redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Apr 30, 2024
1 parent 227b23a commit 13f3701
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 13f3701

Please sign in to comment.