commit | b3e9998ac381d63e2035a0c3eab9dc269afebae2 | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Fri Mar 18 17:38:20 2022 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Mar 22 10:35:25 2022 +0100 |
tree | e1a5a3e99fd23b417166da81263f9eb3be87bf5f | |
parent | f034f0cdddc39ff1c187c502e28bb9367cfc79f3 [diff] [blame] |
Port to libyang-cpp and sysrepo-cpp API change to std::string Change-Id: I2e922014ec0d280cccafc1fd5aa4ef6a575b1c9d Depends-on: https://gerrit.cesnet.cz/c/CzechLight/dependencies/+/5564 Depends-on: https://gerrit.cesnet.cz/c/CzechLight/netconf-cli/+/5570
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5533ebf..f37e1f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -43,8 +43,8 @@ endif() #TODO: Check patch 20333 active -pkg_check_modules(SYSREPO REQUIRED sysrepo-cpp>=1.0.0 IMPORTED_TARGET sysrepo) -pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.0.0 IMPORTED_TARGET libyang) +pkg_check_modules(SYSREPO REQUIRED sysrepo-cpp>=1.1.0 IMPORTED_TARGET sysrepo) +pkg_check_modules(LIBYANG REQUIRED libyang-cpp>=1.1.0 IMPORTED_TARGET libyang) pkg_check_modules(LIBNL REQUIRED IMPORTED_TARGET libnl-route-3.0) include(GNUInstallDirs)