From b2e4bad49cf4e2458565a58fa53d9347e3af4d48 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 15 Dec 2022 11:59:48 +0100 Subject: [PATCH] Cmake: Give a hint on the use of libdw-dev for the perf parser tools Change-Id: Ia6aed65035856250a496db41cf1ffa81590dc536 Reviewed-by: Cristian Adam --- cmake/Findelfutils.cmake | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cmake/Findelfutils.cmake b/cmake/Findelfutils.cmake index ce6ed8d16c9..73e42130dfc 100644 --- a/cmake/Findelfutils.cmake +++ b/cmake/Findelfutils.cmake @@ -2,10 +2,12 @@ # Findelfutils # ----------------- # -# Try to locate the elfutils binary installation +# Try to locate the elfutils development installation # -# The ``ELFUTILS_INSTALL_DIR`` (CMake or Environment) variable should be used -# to pinpoint the elfutils binary installation +# On Debian-like systems, you can install libdw-dev. +# +# Otherwise, the ``ELFUTILS_INSTALL_DIR`` (CMake or Environment) variable +# can be used to pinpoint the elfutils binary installation # # If found, this will define the following variables: #