diff options
author | Luca Muscariello <muscariello@ieee.org> | 2022-08-11 18:30:53 +0200 |
---|---|---|
committer | Luca Muscariello <muscariello@ieee.org> | 2022-08-11 18:30:53 +0200 |
commit | 55343701359194493fbd9ff4950ac4f941bbdae3 (patch) | |
tree | 4583baaebd2a715d225054c845a36dc9f63c86ba /extras/CMakeLists.txt | |
parent | b9ed4b7dd6c2342bc87209d415b840d65ea5ccf0 (diff) |
feat: drop sysrepo and netconf/yang support
Signed-off-by: Luca Muscariello <muscariello@ieee.org>
Change-Id: I215af1b77a3f9da878f3894708f687a7e7ea03a2
Diffstat (limited to 'extras/CMakeLists.txt')
-rw-r--r-- | extras/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt index 1683902db..31628cba3 100644 --- a/extras/CMakeLists.txt +++ b/extras/CMakeLists.txt @@ -20,11 +20,7 @@ list(APPEND CMAKE_MODULE_PATH include("${CMAKE_CURRENT_SOURCE_DIR}/../versions.cmake") set (DESTDIR ${CMAKE_BINARY_DIR}/extras-root) -# add_subdirectory(router-plugin) add_subdirectory(libmemif) -# add_subdirectory(libyang) -# add_subdirectory(sysrepo) - if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR) include(Packager) |