mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +01:00
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:
parent
20cce5abbb
commit
e88ae2e58a
@ -14,8 +14,6 @@ if(USE_QT_GUI)
|
|||||||
set(CMAKE_AUTOUIC ON)
|
set(CMAKE_AUTOUIC ON)
|
||||||
endif(USE_QT_GUI)
|
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
|
find_package(Boost
|
||||||
REQUIRED
|
REQUIRED
|
||||||
system
|
system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user