File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ set(ENABLE_CUDA Off CACHE Bool "Enable CUDA")
3939set (ENABLE_MPI On CACHE Bool "Enable MPI." )
4040set (ENABLE_TESTS On CACHE Bool "Enable Tests." )
4141set (ENABLE_DOCS Off CACHE Bool "Enable Docs." )
42- set (BLT_CXX_STD "c++11 " CACHE STRING "Version of C++ standard" )
42+ set (BLT_CXX_STD "c++14 " CACHE STRING "Version of C++ standard" )
4343set (gtest_disable_pthreads ON CACHE BOOL "" )
4444
4545message (STATUS "Enable Test Flag Top: ${ENABLE_TESTS} " )
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ these libraries.
6262 Details about what's new
6363-----------------------------------------------------------------------------
6464
65-
65+ 1) When building with the new versions of RAJA and Umpire, C++ 14 is required.
6666
6767-----------------------------------------------------------------------------
6868 Details about what's changed
You can’t perform that action at this time.
0 commit comments