From: Maintenance team (INV) Date: Wed, 17 Feb 2016 18:32:54 +0000 (+0300) Subject: Synchronize adm files X-Git-Tag: V7_8_0a2~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2acc9afaa56231a1ae42594cc344031d0aaed746;p=tools%2Fmedcoupling.git Synchronize adm files --- diff --git a/cmake_files/SalomeSetupPlatform.cmake b/cmake_files/SalomeSetupPlatform.cmake index aa6b80e11..a7bed3741 100644 --- a/cmake_files/SalomeSetupPlatform.cmake +++ b/cmake_files/SalomeSetupPlatform.cmake @@ -166,6 +166,9 @@ IF(NOT WIN32) ENDIF() ENDIF() +IF(NOT DEFINED NO_CXX11_SUPPORT) + SET(NO_CXX11_SUPPORT ON) +ENDIF() IF(NOT NO_CXX11_SUPPORT) # C++11 support INCLUDE(CheckCXXCompilerFlag)