summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cmake/FindVPP.cmake20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/cmake/FindVPP.cmake b/src/cmake/FindVPP.cmake
index b010154..3f229dc 100644
--- a/src/cmake/FindVPP.cmake
+++ b/src/cmake/FindVPP.cmake
@@ -159,15 +159,15 @@ else (VPP_LIBRARIES AND VPP_INCLUDE_DIRS)
${CMAKE_INSTALL_PREFIX}/lib
)
- find_library(VOM_LIBRARY
- NAMES
- vom
- libvom
- PATHS
- ${VPP_LIBRARY_PATH}
- ${CMAKE_LIBRARY_PATH}
- ${CMAKE_INSTALL_PREFIX}/lib
- )
+# find_library(VOM_LIBRARY
+# NAMES
+# vom
+# libvom
+# PATHS
+# ${VPP_LIBRARY_PATH}
+# ${CMAKE_LIBRARY_PATH}
+# ${CMAKE_INSTALL_PREFIX}/lib
+# )
if (VPP_INCLUDE_DIR AND VPP_LIBRARY)
set(VPP_FOUND TRUE)
@@ -191,7 +191,7 @@ else (VPP_LIBRARIES AND VPP_INCLUDE_DIRS)
${VLIB_LIBRARY}
${VATPLUGIN_LIBRARY}
${VAPI_LIBRARY}
- ${VOM_LIBRARY}
+# ${VOM_LIBRARY}
)
# show the VPP_INCLUDE_DIRS and VPP_LIBRARIES variables only in the advanced view