Cmake issue with windows static

FYI I see on a static RelWithDebInfo build the following errors. Shared is fine.

CMake Error: install(EXPORT "ParaView" …) includes target "ServerManagerApplication" which requires target "paraview_client_server" that is not in the export set.

CMake Error: install(EXPORT "ParaView" …) includes target "ServerManagerApplication" which requires target "paraview_server_manager" that is not in the export set.

Hmm. This isn’t a Windows-specific error, but something to be fixed anyways. I’ll try to get to this today.