Commit 5e17ca56 authored by Sergei Golubchik's avatar Sergei Golubchik

don't mention bzr in "make distclean" warning message

parent df37215e
...@@ -304,9 +304,7 @@ ADD_CUSTOM_TARGET(dist ...@@ -304,9 +304,7 @@ ADD_CUSTOM_TARGET(dist
ADD_CUSTOM_TARGET(distclean ADD_CUSTOM_TARGET(distclean
COMMAND ${CMAKE_COMMAND} -E echo WARNING: distclean target is not functional COMMAND ${CMAKE_COMMAND} -E echo WARNING: distclean target is not functional
COMMAND ${CMAKE_COMMAND} -E echo Use 'bzr clean-tree' with --unknown and/or COMMAND ${CMAKE_COMMAND} -E echo Use 'git clean -Xdf' instead
--ignored parameter instead
COMMAND ${CMAKE_COMMAND} -E echo For git repositories, use 'git clean -Xdf'
VERBATIM VERBATIM
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment