From 6c44878f5313dfdea149b3f03a823adca9e8566b Mon Sep 17 00:00:00 2001 From: "Maintenance team (INV)" Date: Wed, 17 Feb 2016 21:33:17 +0300 Subject: [PATCH] Synchronize adm files --- CMakeModules/SalomeSetupPlatform.cmake | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.2