build: drop XO_SYMLINK_INSTALL console message

This commit is contained in:
Roland Conybeare 2023-10-24 12:26:21 -04:00
commit 38c95a5542

View file

@ -350,7 +350,7 @@ macro(xo_establish_symlink_install)
if(NOT DEFINED XO_SYMLINK_INSTALL)
set(XO_SYMLINK_INSTALL False)
message(XO_SYMLINK_INSTALL=${XO_SYMLINK_INSTALL})
#message(XO_SYMLINK_INSTALL=${XO_SYMLINK_INSTALL})
endif()
endmacro()