VPP-1407: Fix the wrong length of udp header for buffer chains
[vpp.git] / src / CMakeLists.txt
index 585f8a1..3d934f2 100644 (file)
@@ -61,7 +61,6 @@ include(cmake/api.cmake)
 include(cmake/library.cmake)
 include(cmake/exec.cmake)
 include(cmake/plugin.cmake)
-include(cmake/deb.cmake)
 
 ##############################################################################
 # subdirs - order matters
@@ -74,3 +73,4 @@ foreach(
   add_subdirectory(${DIR})
 endforeach()
 
+include(cmake/pack.cmake)