From: Maintenance team (INV) Date: Wed, 17 Feb 2016 18:33:17 +0000 (+0300) Subject: Synchronize adm files X-Git-Tag: V7_8_0a2~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6c44878f5313dfdea149b3f03a823adca9e8566b;p=tools%2Fdocumentation.git Synchronize adm files --- diff --git a/CMakeModules/SalomeSetupPlatform.cmake b/CMakeModules/SalomeSetupPlatform.cmake index aa6b80e..a7bed37 100644 --- a/CMakeModules/SalomeSetupPlatform.cmake +++ b/CMakeModules/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)