Stronger warning message

This commit is contained in:
Paul R. C. Kent 2020-11-13 11:36:58 -05:00 committed by GitHub
parent 9828882846
commit 3d4d349a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ SET (EXECUTABLE_OUTPUT_PATH ${qmcpack_BINARY_DIR}/bin CACHE PATH "Single output
SET(QMC_CXX_STANDARD 14 CACHE STRING "QMCPACK C++ language standard")
IF(NOT QMC_CXX_STANDARD EQUAL 14)
MESSAGE(WARNING "C++14 is the only language standard officially supported by this QMCPACK version. "
"Using other versions of C++ standard is user's own respnsibility.")
"Using other versions of the C++ standard is unsupported and done entirely at user's own risk.")
ENDIF()
######################################################################