From 5c5a0db656caab5d4b9833db5c018b11178d5fdf Mon Sep 17 00:00:00 2001
From: David Li
Date: Fri, 4 Mar 2022 10:35:01 -0500
Subject: [PATCH] MINOR: [C++][CI] Pin CMake
---
ci/conda_env_cpp.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ci/conda_env_cpp.txt b/ci/conda_env_cpp.txt
index fb533144dfb..864b54e8be1 100644
--- a/ci/conda_env_cpp.txt
+++ b/ci/conda_env_cpp.txt
@@ -21,7 +21,8 @@ boost-cpp>=1.68.0
brotli
bzip2
c-ares
-cmake
+# Required due to the AWS SDK C++ pin
+cmake<3.22
gflags
glog
gmock>=1.10.0