[cmake-developers] CPack includes WINTRUST.DLL

Brad King brad.king at kitware.com
Fri Mar 11 08:25:59 EST 2016


On 03/11/2016 02:41 AM, Roman Wüger wrote:
> i noticed that CPack includes the WINTRUST.dll when I
> generate an NSIS installer.
> How can I avoid this?
> I have no dependencies to this library.

CMake has no mention of that dll in its source so we are not adding
the dependency explicitly anywhere.  Are you using fixup_bundle?
That may somehow think this dependency is needed.

-Brad



More information about the cmake-developers mailing list