From a48a24edba9a63ebe97b1ba67761ad671ea956a6 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Tue, 12 Mar 2024 15:36:09 -0400 Subject: [PATCH] document minimum CMake as 3.15 --- docs/content/mongocxx-v3/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/mongocxx-v3/installation/_index.md b/docs/content/mongocxx-v3/installation/_index.md index 94dda871cb..b176d44ea1 100644 --- a/docs/content/mongocxx-v3/installation/_index.md +++ b/docs/content/mongocxx-v3/installation/_index.md @@ -11,7 +11,7 @@ title = "Installing the mongocxx driver" - Any standard Unix platform, or Windows 7 SP1+ - A compiler that supports C++11 (gcc, clang, or Visual Studio) -- [CMake](https://cmake.org) 3.2 or later +- [CMake](https://cmake.org) 3.15 or later - [boost](https://www.boost.org) headers (optional) If you encounter build failures or other problems with a platform configuration