From c4bf4d7d920dddd3afd867af0ccef6b5575a2db8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 6 Feb 2024 11:58:40 +0500 Subject: [PATCH] bump required cmake version to remove deprecation warning deprecation warning: CMake Deprecation Warning at CMakeLists.txt:20 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. --- src/ifcopenshell-python/docs/ifcopenshell/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst index c9942bb038..6b93b044ed 100644 --- a/src/ifcopenshell-python/docs/ifcopenshell/installation.rst +++ b/src/ifcopenshell-python/docs/ifcopenshell/installation.rst @@ -13,7 +13,7 @@ you how to compile and install IfcOpenShell. You will need: - `Git `__ -- `CMake `__ (3.1.3 or newer) +- `CMake `__ (3.21 or newer) IfcOpenShell depends on: