diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-12-02 19:41:05 +0000 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2019-12-04 10:23:52 +0000 |
commit | da298bde46abb855cbdf7818bb34a0b5339060cc (patch) | |
tree | b7c6818520834666768dc44d5afaa8a293653e67 /CMakeLists.txt | |
parent | a90afcecc8029648c0e4ef2b79234eca8c31eac9 (diff) |
[HICN-427] Producer and consumer socket created with vapi
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Change-Id: I44142385b191b4c9b5c4bb418bfbd06a5e102eec
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e95380893..68b7e10ab 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ option(BUILD_HICNEXTRAPLUGIN "Build the hicn extra plugin" OFF) option(BUILD_SYSREPOPLUGIN "Build the sysrepo plugin" OFF) option(BUILD_SYSREPOP "Build the sysrepo plugin" OFF) option(BUILD_LIBYANG "Build the sysrepo plugin" OFF) -option(BUILD_CTRL_HICNPLUGIN "Build the hicn control tools for hicn plugin" OFF) list(APPEND dir_options BUILD_LIBHICN |