Skip to content

Commit 8d2ad91

Browse files
committed
Add notes about C++ 14
1 parent 0f512a8 commit 8d2ad91

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ set(ENABLE_CUDA Off CACHE Bool "Enable CUDA")
3939
set(ENABLE_MPI On CACHE Bool "Enable MPI.")
4040
set(ENABLE_TESTS On CACHE Bool "Enable Tests.")
4141
set(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")
4343
set(gtest_disable_pthreads ON CACHE BOOL "")
4444

4545
message(STATUS "Enable Test Flag Top: ${ENABLE_TESTS} " )

RELEASE-NOTES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)