summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPascal <pascal@unixadmins.su>2017-02-14 14:48:45 +0300
committerPascal <pascal@unixadmins.su>2017-02-14 14:48:45 +0300
commit87c84377395edfa177bf0f5825d2472b0ecd9dba (patch)
tree7cf9f29f5ef9463a10828525c8f0a157f91eee24 /CMakeLists.txt
parenta81f017e5366d3d6262bf7be4de19a6e1cf39f12 (diff)
Remove openvswitch support
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a528d4a..7800ceb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,9 +38,6 @@ target_link_libraries(${PROJECT_NAME}
${CMAKE_THREAD_LIBS_INIT}
${Boost_LIBRARIES})
-#uncomment line below to enable Open vSwitch support
-#add_definitions(-DENABLE_OPENVSWITCH)
-
#set path
set(USR_PREFIX "/usr" CACHE PATH "Executable and lang files directory prefix")
set(ETC_PREFIX "/etc" CACHE PATH "Config file Installation directory prefix")