FetchContent with svn hangs in update

Hi,

my project which pulls in one subproject via svn hangs when updating this project. It calls “svn update”, but without the “–non-interactive” option.
How can I enforce the --non-interactive ? Settings UPDATE_USES_TERMINAL FALSE didn’t have that effect.

Any suggestions ?