From e88ae2e58a1609d99b176df8154022c3dc16c0df Mon Sep 17 00:00:00 2001 From: Sude <lgogdownloader@gmail.com> Date: Thu, 16 Mar 2023 11:35:54 +0200 Subject: [PATCH] Remove make dependency on grep and readelf These were not actually needed since f69747bb88ff9a05d69be6a007f14223cfb01d6a I just forgot to remove them at the time --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b49aeb7..c03c8d4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,6 @@ if(USE_QT_GUI) set(CMAKE_AUTOUIC ON) endif(USE_QT_GUI) -find_program(READELF readelf DOC "Location of the readelf program") -find_program(GREP grep DOC "Location of the grep program") find_package(Boost REQUIRED system