From 5505ee8904fafc7c1f017f88853f80a616784cf2 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Thu, 7 May 2020 09:49:27 +0200 Subject: misc: deprecate elftool Type: make Change-Id: I34fec1c40ef660177c266517eaf41d60827609f4 Signed-off-by: Damjan Marion --- docs/gettingstarted/developers/buildsystem/cmakeandninja.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/gettingstarted/developers/buildsystem') diff --git a/docs/gettingstarted/developers/buildsystem/cmakeandninja.rst b/docs/gettingstarted/developers/buildsystem/cmakeandninja.rst index b6d83f225ce..580d261bdac 100644 --- a/docs/gettingstarted/developers/buildsystem/cmakeandninja.rst +++ b/docs/gettingstarted/developers/buildsystem/cmakeandninja.rst @@ -34,7 +34,7 @@ of files: rule/function definitions, and target lists. find_package(OpenSSL REQUIRED) set(SUBDIRS vppinfra svm vlib vlibmemory vlibapi vnet vpp vat vcl plugins - vpp-api tools/vppapigen tools/g2 tools/elftool tools/perftool) + vpp-api tools/vppapigen tools/g2 tools/perftool) elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin") set(SUBDIRS vppinfra) else() -- cgit 1.2.3-korg