Skip to content
Snippets Groups Projects
Commit 59260213 authored by Sergey Linev's avatar Sergey Linev Committed by Axel Naumann
Browse files

cmake: spelling of messages for root7 compilation

parent 38bd7bb5
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment