mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
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:
@@ -17,7 +17,7 @@
|
||||
# #
|
||||
################################################################################
|
||||
|
||||
cmake_minimum_required(VERSION 3.1.3)
|
||||
cmake_minimum_required(VERSION 3.5)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON) # not necessary, but encouraged
|
||||
|
||||
|
||||
@@ -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.5 or newer)
|
||||
|
||||
IfcOpenShell depends on:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user