Skip to content

Commit

Permalink
Use Oatpp official
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallou committed Nov 15, 2023
1 parent 777e2b7 commit 588310e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/external-libs/oatpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/yadoms/oatpp.git
GIT_TAG 5ccad57d7822c2239e8aeca9175dc943230601a8
GIT_REPOSITORY https://github.com/oatpp/oatpp.git
GIT_TAG c1d37c189e3f07db3bd28d1ee98845692e094a06
GIT_CONFIG advice.detachedHead=false
PATCH_COMMAND ${OATPP_PATCH_CMD}
PREFIX ${OATPP_ROOT}
Expand Down

0 comments on commit 588310e

Please sign in to comment.