Skip to content

Commit

Permalink
[CBRD-24712] [10.2] change download URL of external library, libedit (#…
Browse files Browse the repository at this point in the history
…4205)

change download URL of an external library, libedit
  • Loading branch information
kisoo-han committed Mar 23, 2023
1 parent 54039fc commit eb520f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -127,7 +127,7 @@ set(WITH_LIBEXPAT_URL "https://github.com/libexpat/libexpat/releases/download/R_
set(WITH_LIBJANSSON_URL "http://www.digip.org/jansson/releases/jansson-2.10.tar.gz")

# editline library sources URL
set(WITH_LIBEDIT_URL "http://thrysoee.dk/editline/libedit-20170329-3.1.tar.gz")
set(WITH_LIBEDIT_URL "https://github.com/CUBRID/libedit/archive/refs/tags/libedit_v1.tar.gz")

# lzo library sources URL
set(WITH_LIBLZO_URL "http://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz")
Expand Down

0 comments on commit eb520f6

Please sign in to comment.