diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b83d44e7567..161e3c57c44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -110,16 +110,6 @@ foreach(DIR ${SUBDIRS}) endforeach() ############################################################################## -# packaging -############################################################################## -include(cmake/pack.cmake) -add_vpp_packaging( - NAME "vpp" - VENDOR "fd.io" - DESCRIPTION "Vector Packet Processor" -) - -############################################################################## # detect if we are inside git repo and add configure dependency ############################################################################## execute_process( @@ -127,6 +117,7 @@ execute_process( COMMAND git rev-parse --show-toplevel OUTPUT_VARIABLE VPP_GIT_TOPLEVEL_DIR OUTPUT_STRIP_TRAILING_WHITESPACE + ERROR_QUIET ) if (VPP_GIT_TOPLEVEL_DIR) |