Remove make dependency on grep and readelf

These were not actually needed since f69747bb88ff9a05d69be6a007f14223cfb01d6a
I just forgot to remove them at the time
This commit is contained in:
Sude 2023-03-16 11:35:54 +02:00
parent 20cce5abbb
commit e88ae2e58a

View File

@ -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