Skip to content

Commit

Permalink
build: remove messages used for debugging
Browse files Browse the repository at this point in the history
d6182fa introduced a target for checking include style, but also
added a message printing out the sources to be checked when running
cmake. this message is only used for debugging and is distracting.

so let's remove it.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
  • Loading branch information
tchaikov committed Dec 23, 2024
1 parent 613d8b3 commit 4c43b6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/CheckIncludeStyle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ find_package (Python3 COMPONENTS Interpreter)
function (seastar_check_include_style target library)
get_target_property (sources ${library} SOURCES)
set (check-target "${target}-${library}")
message("${sources}")
add_custom_target("${check-target}"
COMMAND Python3::Interpreter ${CMAKE_CURRENT_LIST_DIR}/cmake/check-seastar-include-style.py ${sources}
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
Expand Down

0 comments on commit 4c43b6a

Please sign in to comment.