summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/build_cmake/toolchains/gcc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/build_cmake/toolchains/gcc.cmake')
-rw-r--r--src/third_party/wiredtiger/build_cmake/toolchains/gcc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/build_cmake/toolchains/gcc.cmake b/src/third_party/wiredtiger/build_cmake/toolchains/gcc.cmake
index 25333335a2e..0fa64ed0037 100644
--- a/src/third_party/wiredtiger/build_cmake/toolchains/gcc.cmake
+++ b/src/third_party/wiredtiger/build_cmake/toolchains/gcc.cmake
@@ -6,7 +6,7 @@
# See the file LICENSE for redistribution information.
#
-cmake_minimum_required(VERSION 3.11.0)
+cmake_minimum_required(VERSION 3.10.0)
if(NOT "${COMPILE_DEFINITIONS}" STREQUAL "")
### Additional check to overcome check_[symbol|include|function]_exits using toolchain file without passing WT_ARCH and WT_OS.