minor: +warning on deprecated xo_install_include_tree()

This commit is contained in:
Roland Conybeare 2023-10-19 15:46:05 -04:00
commit 49844da0e6

View file

@ -249,6 +249,8 @@ endmacro()
# use this to install typical include file subtree # use this to install typical include file subtree
# #
macro(xo_install_include_tree) macro(xo_install_include_tree)
message(WARNING "deprecated xo_install_include_tree(); prefer xo_install_include_tree3()")
xo_establish_symlink_install() xo_establish_symlink_install()
if(XO_SYMLINK_INSTALL) if(XO_SYMLINK_INSTALL)