summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-12-15 12:35:45 +0100
committerEike Ziller <eike.ziller@qt.io>2022-12-15 14:20:09 +0000
commit01dc87b10001141b1516fe24316a02254b6e6f40 (patch)
treec34413e9e3c1df4581c231a275ad014241211b46 /cmake
parent445c3624ff32978493e4aefa3e0b02755d491f72 (diff)
downloadqt-creator-01dc87b10001141b1516fe24316a02254b6e6f40.tar.gz
CMake build: Add hint for installing libdw-dev for elfutils
to the CMake output when elfutils is not found Change-Id: I7ecc83ddadb0ce4bd4f8f9695cbf58443d71ff98 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Findelfutils.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Findelfutils.cmake b/cmake/Findelfutils.cmake
index ce6ed8d16c..7146340331 100644
--- a/cmake/Findelfutils.cmake
+++ b/cmake/Findelfutils.cmake
@@ -60,6 +60,8 @@ if(elfutils_FOUND)
endif()
endif()
endforeach()
+else()
+ message(STATUS " (set ELFUTILS_INSTALL_DIR, or install libdw-dev on a Debian-like system)")
endif()
mark_as_advanced(ELFUTILS_INCLUDE_DIR ELFUTILS_LIB_elf ELFUTILS_LIB_dw)