From: dpasukhi Date: Sun, 24 Nov 2024 19:06:02 +0000 (+0000) Subject: Configuration - Update minimum CMake version to 3.10 #169 X-Git-Tag: V7_9_0_beta1~107 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=129eb07cea270511b2db2aae108257985caf7b0a;p=occt.git Configuration - Update minimum CMake version to 3.10 #169 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c1705f9441..1b03e226a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")