This line fails to create a symlink in the STAGEDIR.
cmake itself can't properly install files into the stagedir because it doesn't know what STAGEDIR is at the time of configuration.
You should create this symlink during build and then install it using the cmake's install instruction.