diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e105bb12213..c98c496b0484 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,3 +126,5 @@ ENDIF() IF(${PROJECT_NAME}_ENABLE_YouCompleteMe) INCLUDE(CodeCompletion) ENDIF() + +message(STATUS "If publishing results using Trilinos, please cite us: https://trilinos.github.io/cite.html")