commit | 5681a50a3d873bc4844c1d5ce81cfa8b371a156c | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Fri Oct 01 01:38:22 2021 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Fri Oct 01 12:19:09 2021 +0200 |
tree | 80b1eaad1f1a5962ae6844b0ec2bd471bbf6066f | |
parent | 4c7ff2ae25794f5f4ccfa1d16e8f5682d2081918 [diff] |
Update the NETCONF stack Change-Id: If75032050032c201046156459e0ff1bfb6d23122 Depends-on: https://cesnet-gerrit-czechlight/c/CzechLight/br2-external/+/4872 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/br2-external/+/4872
diff --git a/CMakeLists.txt b/CMakeLists.txt index 403ffc7..936dc24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -41,8 +41,8 @@ message(FATAL_ERROR "Systemd 245 has a bug affecting DBus method calls using sdbus-c++. Please see https://github.com/Kistler-Group/sdbus-cpp/issues/106.") endif() -pkg_check_modules(SYSREPO REQUIRED sysrepo-cpp>=1.4.140 IMPORTED_TARGET sysrepo) -pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.241 IMPORTED_TARGET libyang) +pkg_check_modules(SYSREPO REQUIRED sysrepo-cpp>=1.4.148 IMPORTED_TARGET sysrepo) +pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.248 IMPORTED_TARGET libyang) pkg_check_modules(LIBNL REQUIRED IMPORTED_TARGET libnl-route-3.0) include(GNUInstallDirs)