Skip to content

Commit 4687467

Browse files
committed
cmake: remove useless message
1 parent 66b809e commit 4687467

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

unittest/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ function(config_bind_optional tagname opttype)
4949
configure_file(python/test_optional.py.in
5050
${CMAKE_CURRENT_BINARY_DIR}/python/${py_file})
5151
add_lib_unit_test(${MODNAME})
52-
message(
53-
STATUS
54-
"Adding unit test py-optional-${tagname} with file ${py_file} and module ${MODNAME}"
55-
)
5652
add_python_unit_test("py-optional-${tagname}" "unittest/python/${py_file}"
5753
"unittest")
5854
endfunction()

0 commit comments

Comments
 (0)