From 5f8f9e14dfb5c5f79d57cef58165f7249c5b8f72 Mon Sep 17 00:00:00 2001 From: Vincent Dechenaux Date: Tue, 6 Aug 2024 10:46:58 +0200 Subject: [PATCH] Fix minimum Cmake version in BuildSource.md Signed-off-by: Vincent Dechenaux --- docs/BuildSource.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/BuildSource.md b/docs/BuildSource.md index 3fef0fa4461..19c85017308 100644 --- a/docs/BuildSource.md +++ b/docs/BuildSource.md @@ -13,7 +13,7 @@ See the Releases tab for the latest release. environment (header files) (e.g., `postgresql-server-dev-16` package for Linux, Postgres.app for MacOS) - C compiler (e.g., gcc or clang) -- [CMake](https://cmake.org/) version 3.4 or greater +- [CMake](https://cmake.org/) version 3.15 or greater ```bash git clone git@github.com:timescale/timescaledb.git @@ -45,7 +45,7 @@ See the Releases tab for the latest release. - A standard [PostgreSQL 14, 15 or 16 64-bit installation](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads#windows) - OpenSSL for Windows - Microsoft Visual Studio 2017 with CMake and Git components -- OR Visual Studio 2015/2016 with [CMake](https://cmake.org/) version 3.4 or greater and Git +- OR Visual Studio 2015/2016 with [CMake](https://cmake.org/) version 3.15 or greater and Git - Make sure all relevant binaries are in your PATH: `pg_config` and `cmake` If using Visual Studio 2017 with the CMake and Git components, you