From 036f86feaccb25d8552c4bf4d216f7f2a9205325 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sat, 23 Mar 2024 21:28:46 +0100 Subject: ci: provide separate macos releases for intel and arm This will immensely reduce the complexity required to support both architectures, reduce overall lines of code and unblock follow-up simplifications. --- cmake.deps/cmake/BuildLibuv.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake.deps/cmake/BuildLibuv.cmake') diff --git a/cmake.deps/cmake/BuildLibuv.cmake b/cmake.deps/cmake/BuildLibuv.cmake index aacee9fd4a..6f241f63f6 100644 --- a/cmake.deps/cmake/BuildLibuv.cmake +++ b/cmake.deps/cmake/BuildLibuv.cmake @@ -6,5 +6,4 @@ ExternalProject_Add(libuv -D BUILD_TESTING=OFF -D LIBUV_BUILD_SHARED=OFF -D UV_LINT_W4=OFF - CMAKE_CACHE_ARGS ${DEPS_CMAKE_CACHE_ARGS} ${EXTERNALPROJECT_OPTIONS}) -- cgit