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 <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
This commit is contained in:
Andrej730
2024-02-06 11:58:40 +05:00
parent d82fbcd66c
commit c4bf4d7d92
@@ -13,7 +13,7 @@ you how to compile and install IfcOpenShell.
You will need:
- `Git <https://git-scm.com/>`__
- `CMake <https://cmake.org/>`__ (3.1.3 or newer)
- `CMake <https://cmake.org/>`__ (3.21 or newer)
IfcOpenShell depends on: