From eac077fd8a34af944f306daf2ede92f92efdf716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gallou?= Date: Sun, 15 Oct 2023 18:21:56 +0200 Subject: [PATCH] Test oatpp build fix --- sources/external-libs/oatpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/external-libs/oatpp/CMakeLists.txt b/sources/external-libs/oatpp/CMakeLists.txt index 1df58e9d1..86af88bd7 100644 --- a/sources/external-libs/oatpp/CMakeLists.txt +++ b/sources/external-libs/oatpp/CMakeLists.txt @@ -58,7 +58,7 @@ endif(CMAKE_TOOLCHAIN_FILE) ExternalProject_Add (oatpp_build GIT_REPOSITORY https://github.com/oatpp/oatpp.git - GIT_TAG b8d47dc8b2e8c354373c31d1306acabd4c254202 + GIT_TAG b85a565351ec65fde5b24c5b1ba2b89d515c5439 GIT_CONFIG advice.detachedHead=false PATCH_COMMAND ${OATPP_PATCH_CMD} PREFIX ${OATPP_ROOT}