From 8d2ad9149a5e16b51209c7ef6802a8f1ed222f73 Mon Sep 17 00:00:00 2001 From: "Noah S. Elliott" Date: Fri, 8 Jul 2022 15:25:13 -0700 Subject: [PATCH] Add notes about C++ 14 --- CMakeLists.txt | 2 +- RELEASE-NOTES | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da8946572..21cf89530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ set(ENABLE_CUDA Off CACHE Bool "Enable CUDA") set(ENABLE_MPI On CACHE Bool "Enable MPI.") set(ENABLE_TESTS On CACHE Bool "Enable Tests.") set(ENABLE_DOCS Off CACHE Bool "Enable Docs.") -set(BLT_CXX_STD "c++11" CACHE STRING "Version of C++ standard") +set(BLT_CXX_STD "c++14" CACHE STRING "Version of C++ standard") set(gtest_disable_pthreads ON CACHE BOOL "") message(STATUS "Enable Test Flag Top: ${ENABLE_TESTS} " ) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 546e892b8..5d9ee6f2b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -62,7 +62,7 @@ these libraries. Details about what's new ----------------------------------------------------------------------------- - +1) When building with the new versions of RAJA and Umpire, C++ 14 is required. ----------------------------------------------------------------------------- Details about what's changed