Skip to content

Commit

Permalink
2041: cmake output
Browse files Browse the repository at this point in the history
  • Loading branch information
kduske committed Aug 13, 2019
1 parent fd8a18f commit 9d407fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/CppCheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ELSE()
2> ./cppcheck-errors.txt
)

MESSAGE(STATUS "Using cppcheck found at ${CPPCHECK_EXE}")
MESSAGE(STATUS "Found cppcheck: ${CPPCHECK_EXE}")
STRING (REPLACE ";" " " CPPCHECK_ARGS_STR "${CPPCHECK_ARGS}")
ADD_CUSTOM_TARGET(
cppcheck
Expand Down Expand Up @@ -57,7 +57,7 @@ ELSE()
--source-dir=${CMAKE_SOURCE_DIR}
)

MESSAGE(STATUS "Using cppcheck-htmlreport found at ${CPPCHECK_HTMLREPORT_EXE}")
MESSAGE(STATUS "Found cppcheck-htmlreport: ${CPPCHECK_HTMLREPORT_EXE}")
STRING (REPLACE ";" " " CPPCHECK_HTMLREPORT_ARGS_STR "${CPPCHECK_HTMLREPORT_ARGS}")
ADD_CUSTOM_TARGET(
cppcheck-report
Expand Down

0 comments on commit 9d407fd

Please sign in to comment.