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