Salome HOME
Synchronize adm files
authorMaintenance team (INV) <mnt@opencascade.com>
Wed, 17 Feb 2016 18:33:17 +0000 (21:33 +0300)
committerMaintenance team (INV) <mnt@opencascade.com>
Wed, 17 Feb 2016 18:33:17 +0000 (21:33 +0300)
CMakeModules/SalomeSetupPlatform.cmake

index aa6b80e117dae7bff0d8080317c4ae018df7b7d5..a7bed3741f4bbb076897316940d3c23471c927c1 100644 (file)
@@ -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)