Уровень сообщений
This commit is contained in:
parent
9073d51134
commit
21595e3890
@ -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()
|
||||
|
||||
|
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user