summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2017-11-19 12:51:07 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2017-11-19 17:02:12 +0100
commit489b3f241667a6a054983625ab49ceb3ea0bf742 (patch)
treea329b929ec7e8f72887440584def22585bbdf03c
parentcab0e5a0fed570407a3e35a246c784b82953f5bb (diff)
downloadouroboros-489b3f241667a6a054983625ab49ceb3ea0bf742.tar.gz
ouroboros-489b3f241667a6a054983625ab49ceb3ea0bf742.zip
build: Unset SHIM_ETH_LLC_TARGET
This fixes the IRMd thinking a shim-eth-llc is available after it is disabled by configuring Ouroboros using ccmake. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
-rw-r--r--src/ipcpd/shim-eth-llc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/shim-eth-llc/CMakeLists.txt b/src/ipcpd/shim-eth-llc/CMakeLists.txt
index c3e954f7..4c126f6f 100644
--- a/src/ipcpd/shim-eth-llc/CMakeLists.txt
+++ b/src/ipcpd/shim-eth-llc/CMakeLists.txt
@@ -70,6 +70,7 @@ if (NETMAP_C_INCLUDE_DIR)
message(STATUS "Netmap support for shim-eth-llc disabled by user")
unset(HAVE_NETMAP)
unset(HAVE_LLC)
+ unset(IPCP_SHIM_ETH_LLC_TARGET CACHE)
endif ()
endif ()