Skip to content
Snippets Groups Projects
Verified Commit 46874679 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: remove useless message

parent 66b809e6
No related branches found
No related tags found
No related merge requests found
Pipeline #28412 passed with warnings
......@@ -49,10 +49,6 @@ function(config_bind_optional tagname opttype)
configure_file(python/test_optional.py.in
${CMAKE_CURRENT_BINARY_DIR}/python/${py_file})
add_lib_unit_test(${MODNAME})
message(
STATUS
"Adding unit test py-optional-${tagname} with file ${py_file} and module ${MODNAME}"
)
add_python_unit_test("py-optional-${tagname}" "unittest/python/${py_file}"
"unittest")
endfunction()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment