[CMake] Patch to install dlls correctly when cross-compiling

Brad King brad.king at kitware.com
Thu Sep 7 10:06:21 EDT 2006


Toni Timonen wrote:
> When cross-compiling windows dlls with mingw compiler using linux, the
> dlls are not installed to the correct location (and the import library
> is not installed at all). It seems that some things about the platform
> are fixed at runtime.
> 
> The patch attached fixes this issue with INSTALL(TARGETS ..).

The code should definately have been implemented your way originally.
I've applied the patch.

Thanks,
-Brad


More information about the CMake mailing list