From 7b18f0a82d8a3759819f4c0f0b7d7af097de09c6 Mon Sep 17 00:00:00 2001 From: "M. Oleske" Date: Mon, 7 Feb 2022 07:49:35 -0800 Subject: [PATCH] GEODE-9896: Bump ace to 7.0.6 (#913) - fix building on macos monterry Authored-by: M. Oleske --- dependencies/ACE/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies/ACE/CMakeLists.txt b/dependencies/ACE/CMakeLists.txt index f48274ca7b..6f8975a1f3 100644 --- a/dependencies/ACE/CMakeLists.txt +++ b/dependencies/ACE/CMakeLists.txt @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -project( ACE VERSION 7.0.3 LANGUAGES NONE ) +project( ACE VERSION 7.0.6 LANGUAGES NONE ) -set( SHA256 96998d1e710b6d88416640caeb76915518c8d85d3f10c02079bf0dd4e57cf60a ) +set( SHA256 a1da2213312399c36b0d8a9f54e608eb65357e131e6873d5edba771323179a45 ) if ("SunOS" STREQUAL ${CMAKE_SYSTEM_NAME}) set( ACE_PLATFORM sunos5_sunc++ )