From 59260213046a105144f4cf8f93414cd60c620a49 Mon Sep 17 00:00:00 2001 From: Sergey Linev <S.Linev@gsi.de> Date: Fri, 29 Mar 2019 16:14:34 +0100 Subject: [PATCH] cmake: spelling of messages for root7 compilation --- cmake/modules/RootBuildOptions.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/modules/RootBuildOptions.cmake b/cmake/modules/RootBuildOptions.cmake index b2dbf46de2b..c228ef75606 100644 --- a/cmake/modules/RootBuildOptions.cmake +++ b/cmake/modules/RootBuildOptions.cmake @@ -308,9 +308,9 @@ ROOT_APPLY_OPTIONS() if(root7) if(NOT CMAKE_CXX_STANDARD) set(CMAKE_CXX_STANDARD 14 CACHE STRING "C++14 standard used with root7") - message(STATUS "Enable C++14 for compilation of root7 components") + message(STATUS "Enabling C++14 for compilation of root7 components") elseif(NOT CMAKE_CXX_STANDARD GREATER 11) - message(FATAL_ERROR ">>> C++14 standard required with root7") + message(FATAL_ERROR ">>> At least C++14 standard required with root7") endif() if(NOT webui AND NOT webui_disabled) set(webui ON CACHE BOOL "(webui built automatically when root7 is enabled)" FORCE) -- GitLab