Skip to content

Commit

Permalink
Add notes about C++ 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nselliott committed Jul 8, 2022
1 parent 0f512a8 commit 8d2ad91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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} " )
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d2ad91

Please # to comment.