aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrenfong.wang <drenfong.wang@intel.com>2019-02-12 05:09:36 +0000
committerJunfeng Wang <drenfong.wang@intel.com>2019-02-12 05:20:01 +0000
commitee8922d50f435a848913af4af5936c95cf60c134 (patch)
treeb07faf3a4d3cb80e5352de18398641d420d6a2b3
parent9f17a3eca6af3d741796deeee2cd72967066af37 (diff)
no need for vom now
Change-Id: I5284136eeb2be85743b0361f602f6920ef5cd73a Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
-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