diff --git a/sources/external-libs/oatpp/CMakeLists.txt b/sources/external-libs/oatpp/CMakeLists.txt index 741096587..2189fde85 100644 --- a/sources/external-libs/oatpp/CMakeLists.txt +++ b/sources/external-libs/oatpp/CMakeLists.txt @@ -57,8 +57,8 @@ message("OATPP : cross compilation (toolchain:${CMAKE_TOOLCHAIN_FILE}, with ${CC endif(CMAKE_TOOLCHAIN_FILE) ExternalProject_Add (oatpp_build - GIT_REPOSITORY https://github.com/oatpp/oatpp.git - GIT_TAG 1e5b0c49179c75508498c91660ae12a7866edebf + GIT_REPOSITORY https://github.com/yadoms/oatpp.git + GIT_TAG 5ccad57d7822c2239e8aeca9175dc943230601a8 GIT_CONFIG advice.detachedHead=false PATCH_COMMAND ${OATPP_PATCH_CMD} PREFIX ${OATPP_ROOT}