Уровень сообщений

This commit is contained in:
Andrei Astafev 2019-08-13 22:09:42 +03:00
parent 9073d51134
commit 21595e3890
2 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,8 @@ function(add_pvs_check)
message(STATUS " PVS-Studio analyzer is not found")
endif()
else()
message(WARNING "Option CMAKE_EXPORT_COMPILE_COMMANDS is not set. PVS checks will be disabled.")
message(STATUS "CMLIB warning:")
message(STATUS " Option CMAKE_EXPORT_COMPILE_COMMANDS is not set. PVS checks will be disabled.")
endif()
endfunction()

View File

@ -4,7 +4,8 @@ if(IS_DIRECTORY "${CMLIB_MODULE_DIR}")
list(APPEND CMAKE_MODULE_PATH ${CMLIB_SANITIZERS_DIR})
find_package(Sanitizers)
else()
message(WARNING "Sanitizers submodule not found.")
message(STATUS "CMLIB warning:")
message(STATUS " Sanitizers submodule is not found.")
endif()
else()
message(FATAL_ERROR "CMLib directory not found.")