This is an automated email from the ASF dual-hosted git repository. pengzheng pushed a commit to branch feature/civetweb_integration in repository https://gitbox.apache.org/repos/asf/celix.git
commit 40dc249737b59170ef36e849ae52f3a939d9469f Author: PengZheng <[email protected]> AuthorDate: Sun Feb 5 15:53:12 2023 +0800 Revert "Fix toolchain inconsistency for macOS's conan build." This reverts commit 4ac1ae42a570dcecdbf4b37d8a5dbf0ec16fba0e. --- cmake/Findcivetweb.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/Findcivetweb.cmake b/cmake/Findcivetweb.cmake index 7096e5dc..46310ed1 100644 --- a/cmake/Findcivetweb.cmake +++ b/cmake/Findcivetweb.cmake @@ -23,8 +23,8 @@ if (NOT civetweb_FOUND) set(BUILD_SHARED_LIBS TRUE CACHE BOOL "" FORCE) FetchContent_Declare( civetweb -# GIT_REPOSITORY https://github.com/civetweb/civetweb.git - GIT_REPOSITORY https://gitee.com/mirrors/civetweb.git + GIT_REPOSITORY https://github.com/civetweb/civetweb.git +# GIT_REPOSITORY https://gitee.com/mirrors/civetweb.git GIT_TAG eefb26f82b233268fc98577d265352720d477ba4 # V1.15 ) FetchContent_MakeAvailable(civetweb)
