Compare commits

..

No commits in common. "9073d51134f4ad016192227a4df82a31082f5cde" and "98e97848634f39526a32373027288c798cf5875a" have entirely different histories.

6 changed files with 6 additions and 11 deletions

View File

@ -19,8 +19,7 @@ function(add_clang_analyze_check)
add_dependencies(clang-analyze-check-${_target} ${_target})
add_dependencies(clang-analyze-check clang-analyze-check-${_target})
else()
message(STATUS "CMLIB warning:")
message(STATUS " Clang-Check analyzer is not found")
message(WARNING "ClangCheck is not found")
endif()
endfunction()

View File

@ -19,8 +19,7 @@ function(add_clang_tidy_check)
add_dependencies(clang-tidy-check-${_target} ${_target})
add_dependencies(clang-tidy-check clang-tidy-check-${_target})
else()
message(STATUS "CMLIB warning:")
message(STATUS " ClangTidy analyzer is not found")
message(WARNING "ClangTidy is not found")
endif()
endfunction()

View File

@ -15,8 +15,7 @@ function(add_clazy_check)
add_dependencies(clazy-check-${_target} ${_target})
add_dependencies(clazy-check clazy-check-${_target})
else()
message(STATUS "CMLIB warning:")
message(STATUS " Clazy analyzer is not found")
message(WARNING "Clazy is not found")
endif()
endfunction()

View File

@ -18,8 +18,7 @@ function(add_pvs_check)
MODE GA:1,2,3;64:1;OP:1,2;CS:1,2)
add_dependencies(pvs-check pvs-check-${_target})
else()
message(STATUS "CMLIB warning:")
message(STATUS " PVS-Studio analyzer is not found")
message(WARNING "PVS-Studio is not found")
endif()
else()
message(WARNING "Option CMAKE_EXPORT_COMPILE_COMMANDS is not set. PVS checks will be disabled.")

View File

@ -16,7 +16,6 @@ function(add_uncrustify_format)
COMMAND ${UNCRUSTIFY_EXE} ${OPTS} ${_sources})
add_dependencies(uncrustify-format uncrustify-format-${_target})
else()
message(STATUS "CMLIB warning:")
message(STATUS " Uncrustify is not found")
message(WARNING "Uncrustify is not found")
endif()
endfunction()

@ -1 +1 @@
Subproject commit 26eced86d8e759c625b697f6b0588d7a28746725
Subproject commit 9b4aec096e3c05124bb46c9d9dc18468b3646e95