1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00

Configuration - Update minimum CMake version to 3.10 #169

This commit is contained in:
dpasukhi 2024-11-24 19:06:02 +00:00
parent 676f92fb10
commit 129eb07cea

View File

@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.5 FATAL_ERROR)
cmake_minimum_required (VERSION 3.10 FATAL_ERROR)
set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/adm/cmake")