Enforce C++14 in the whole project

Signed-off-by: Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
This commit is contained in:
Vicente Adolfo Bolea Sanchez 2021-04-12 13:29:46 -04:00
parent 49d6200413
commit f60a45bc63
2 changed files with 3 additions and 3 deletions

@ -40,8 +40,8 @@ add_library(vtkm_compiler_flags INTERFACE)
target_link_libraries(vtkm_compiler_flags
INTERFACE $<BUILD_INTERFACE:vtkm_vectorization_flags>)
# setup that we need C++11 support
target_compile_features(vtkm_compiler_flags INTERFACE cxx_std_11)
# setup that we need C++14 support
target_compile_features(vtkm_compiler_flags INTERFACE cxx_std_14)
# setup our static libraries so that a separate ELF section
# is generated for each function. This allows for the linker to

@ -8,7 +8,7 @@ readonly name="diy"
readonly ownership="Diy Upstream <kwrobot@kitware.com>"
readonly subtree="vtkm/thirdparty/$name/vtkm$name"
readonly repo="https://gitlab.kitware.com/third-party/diy2.git"
readonly tag="for/vtk-m-20201026-master"
readonly tag="for/vtk-m-20210412-master"
readonly paths="
cmake
include