From: abn Date: Thu, 14 Apr 2016 13:14:43 +0000 (+0200) Subject: Minor fix : CMake version 2.8.11 is sufficient for POSITION_INDEPENT_CODE flag X-Git-Tag: V8_1_0a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bd4e4f6ef26b156d53b4cfc6b9b1488d385069af;p=tools%2Fmedcoupling.git Minor fix : CMake version 2.8.11 is sufficient for POSITION_INDEPENT_CODE flag --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6de2652ff..98c3960cd 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)