From 9136a1dea666b822f34e418702f24da87211c879 Mon Sep 17 00:00:00 2001 From: abn Date: Thu, 14 Apr 2016 15:14:43 +0200 Subject: [PATCH] Minor fix : CMake version 2.8.11 is sufficient for POSITION_INDEPENT_CODE flag --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00068d1a4..d21bfa175 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR) +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11 FATAL_ERROR) #INCLUDE(CMakeDependentOption) PROJECT(MEDCoupling C CXX) -- 2.39.2