mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-11 11:09:32 +00:00
Use tagged version of 'easyloggingpp' and 'rang'
This commit is contained in:
parent
a8565505e6
commit
8b298958ea
@ -66,7 +66,7 @@ set(LIBJSON_SOURCE_DIR ${SOURCE_DIR})
|
|||||||
set(LIBRANG_GIT_URL "https://github.com/agauniyal/rang.git" CACHE STRING "URL to the Rang lib repo")
|
set(LIBRANG_GIT_URL "https://github.com/agauniyal/rang.git" CACHE STRING "URL to the Rang lib repo")
|
||||||
ExternalProject_Add(rang_cpp_color
|
ExternalProject_Add(rang_cpp_color
|
||||||
GIT_REPOSITORY ${LIBRANG_GIT_URL}
|
GIT_REPOSITORY ${LIBRANG_GIT_URL}
|
||||||
GIT_TAG master
|
GIT_TAG 7f2143809b9ac90a1a8a2e779fb357d8709448c2
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND "")
|
INSTALL_COMMAND "")
|
||||||
@ -183,7 +183,7 @@ set(ELG_GIT_URL "https://github.com/easylogging/easyloggingpp.git" CACHE STRING
|
|||||||
ExternalProject_Add(easyloggingpp
|
ExternalProject_Add(easyloggingpp
|
||||||
GIT_REPOSITORY ${ELG_GIT_URL}
|
GIT_REPOSITORY ${ELG_GIT_URL}
|
||||||
#GIT_TAG "v9.83"
|
#GIT_TAG "v9.83"
|
||||||
GIT_TAG "master"
|
GIT_TAG 4e9757660072a84b2c76d9230b3c578a3a6f5afb
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND "")
|
INSTALL_COMMAND "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user