From d09b89d0b2a6a062b0775690afe3036f11100a83 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Tue, 25 Jul 2017 00:03:31 +0100 Subject: [PATCH] PVReaders: Update C++ standard specification to 11 --- .../graphics/PVReaders/PVFoamReader/CMakeLists.txt | 2 +- .../graphics/PVReaders/PVblockMeshReader/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/CMakeLists.txt b/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/CMakeLists.txt index d8a66b793..cf97676a5 100644 --- a/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/CMakeLists.txt +++ b/applications/utilities/postProcessing/graphics/PVReaders/PVFoamReader/CMakeLists.txt @@ -17,7 +17,7 @@ INCLUDE_DIRECTORIES( ) ADD_DEFINITIONS( - -std=c++0x + -std=c++11 -DWM_$ENV{WM_PRECISION_OPTION} -DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE} ) diff --git a/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/CMakeLists.txt b/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/CMakeLists.txt index 81e95a81b..3e850ff89 100644 --- a/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/CMakeLists.txt +++ b/applications/utilities/postProcessing/graphics/PVReaders/PVblockMeshReader/CMakeLists.txt @@ -17,7 +17,7 @@ INCLUDE_DIRECTORIES( ) ADD_DEFINITIONS( - -std=c++0x + -std=c++11 -DWM_$ENV{WM_PRECISION_OPTION} -DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE} )