mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Corrected an incorrect Readline library URL in client CMakeLists.txt
This commit is contained in:
parent
4137d04bc2
commit
11006981d6
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ if (NOT SKIPREADLINE EQUAL 1)
|
|||
ExternalProject_Add_StepTargets(ncurses configure build install)
|
||||
|
||||
ExternalProject_Add(readline
|
||||
URL http://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz
|
||||
URL https://ftp.gnu.org/gnu/readline/readline-8.2.tar.gz
|
||||
PREFIX deps/readline
|
||||
DOWNLOAD_DIR ${CMAKE_CURRENT_SOURCE_DIR}/deps/readline
|
||||
CONFIGURE_COMMAND ./configure CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} LD=${CMAKE_C_COMPILER} AR=${CMAKE_AR} RANLIB=${CMAKE_RANLIB} ${CFLAGS_EXTERNAL_LIB} --host=arm --enable-static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue